User profile: xantavis

User info
User name:xantavis
History
Joined:
Number of posts:49
Latest posts:

Passing Arrays by Reference
OK, but can you still give me an example, for it doesnt work in my program

Passing Arrays by Reference
Does 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 string
Actually, I just changed the code like this, so that it works: [code] if ((pos = sentence.substr...

Recognise a word inside a string
Oh, Im sorry! I, accidentally, put the bool inside the constructor! So the code works now, but 1 las...

Recognise a word inside a string
Yes, but I want to make it in a class and not in the main (alot of stuff will come in this class, so...