Erase from stringI 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 stringsI have a string like: phrase ({hello} & {good}) The string is called comando and the words inside t...
Searching words in a textWell 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 ...