Quote Originally Posted by Salem View Post
You've got the pseudo-code, now go ahead and do it.

Or at least have a go at it.
can you give me the right functions to use? I know how to code, I only don't want to code anything since I know that must have functions that already can make this.

if not, I'll need to make this functions too...

here my "fake" fuctions used:

ReplaceAll (String, StringRemove, StringReplace)
- replace all strings found by another inside a string

GetSubstring (String, pointA, pointB)
- get a substring between two points

find (String, StringToFind)
- return the location of the StringToFind inside the String

all this functions exists in ColdFusion per exemple, so must exist something at least similar in C++ right? that's all I'm asking... I already have and wrote the solution, I only need to convert to C++ which I don't have experience and don't know much functions.

thanks again!