Passing Arrays by ReferenceOK, but can you still give me an example, for it doesnt work in my program
Passing Arrays by ReferenceDoes that work? I would like to run some code in the main, then it jumps to a void, where an array i...
Recognise a word inside a stringActually, I just changed the code like this, so that it works: [code] if ((pos = sentence.substr...
Recognise a word inside a stringOh, Im sorry! I, accidentally, put the bool inside the constructor! So the code works now, but 1 las...
Recognise a word inside a stringYes, but I want to make it in a class and not in the main (alot of stuff will come in this class, so...