View Single Post
Old 07-22-2003, 03:34 PM  
Slacko
Junior Member
 
Join Date: Jul 2003
Posts: 3
Default 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
Slacko is offline