oh...
was talking to a friend and decided to test once more and was able to produce a code that does not escape the characters:
Code:
#include "windows.h"
#include <iostream>
int main() {
printf("%s",GetCommandLine());
}
so, using ANSI argument parsing does introduce the problem.
or using the cout from std.
so, I'm starting to think this might be called a bug after all.
Edited by Jooel (2006-01-14 05:05 PM)
_________________________
!download
KiXnet