Problem with a linked listSuper thanks a lot guys - thumbs up!
Problem with a linked listThank you Canis lupus, yes it's true in your implementation and i suppose in the implementation of a...
Problem with a linked listliste is the first node in my list or ? and i should be able to access all information in the list v...
Problem with a linked listHm but [i]liste[/i] is just a name for my linked list - i don't see a problem with this particular p...
Reverse a string you can use a string constructor to do the job: [code] string reverse(str.end(), str.begin()); [/cod...
This user does not accept Private Messages