Slacko
07-22-2003, 03:34 PM
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
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