Greetings,
I'm quite new to C++ and i got a problem with my program. It seperates words in a string using the strtok() function. These words are then put into an array, which means the array can contain multiple same words. I'd like to copy different words from this array to a new one, in which there'd be only ONE of each word. I'm out of ideas, so any help would be much appriciated.
Thanks