In VB i''d use a simple Replace function, but i''m new to C++ so excuse me for all these questions ...
I''d like to search a string and replace chars. This is my code, but i get several errors when i compile, can you help me ?
char kill[6];
strcpy(kill, "------");
char replace[2];
strcpy(replace, "--");
for (int i=0; i

www.web-discovery.net