Go Back   FlashFXP Forums > Community Chatter > Programming

Programming Need help with C/C++/Delphi? Ask here and make us all laugh.

Closed Thread
 
Thread Tools Rate Thread
Old 07-22-2003, 03:34 PM   #1
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  
Old 07-22-2003, 03:50 PM   #2
Member
 
Join Date: Apr 2003
Posts: 47
Default

printf ("hello\n");
neXus is offline  
Old 07-22-2003, 03:59 PM   #3
Junior Member
 
Join Date: Jul 2003
Posts: 3
Default

with a c console application it's ok
but with a c++ borland builder console application no reply
Slacko is offline  
Closed Thread
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash hangs during transfers slatts General Discussions 5 01-14-2005 06:50 PM


All times are GMT -5. The time now is 11:47 AM.