problem with c++
hello
when i make a little program with delphi :
writeln ('hello');
io return :
site test
200-hello
200 Command Successful.
it's ok
but when i made this with c++ builder :
printf ("hello");
io return :
site test
200 Command Successful.
why he doesnt return 200-hello ???
thx
|