User profile: coll97

User info
User name:coll97
History
Joined:
Number of posts:9
Latest posts:

Erase from string
I just need to get the second word of a string, for example if the string is: string comanda = "H...

Sum calculation (string)
They ask me a function that has to make this, example: //Input: (+ 10 5) //Output: 15 //Input: ...

Separating strings
I have a string like: phrase ({hello} & {good}) The string is called comando and the words inside t...

Searching words in a text
Well I have this funcion: vector<string> SequenceOFwords(); //The number of strings is undefined. ...

Segmentation fault(vector)
Well, I want to do a vector of strings ordered alphabetical while I am writing the data, but when ...