Page 1 of 1

how to translate PASCAL into C/C++

Posted: Fri May 16, 2003 9:18 am
by tzzx
I used to use PASCAL to write programs.
I want to use C now.
could someone tell me some advice on it?
such Input/Output,the Types
little tricks.

if you may,please give me some links on this Board.

thanks a lot.

Posted: Fri May 16, 2003 5:20 pm
by titid_gede
i think you should first learn C syntax. then everything will be OK, because it's just the same.

Posted: Sat May 17, 2003 3:30 am
by tzzx
i mean the little tricks on STRING and POINT
could some one give me some advice?

Posted: Mon May 26, 2003 1:47 pm
by ec3_limz
i think you should first learn C syntax. then everything will be OK, because it's just the same.
If you really want to use C to write programs, I see no logical alternative to learning C syntax and writing C code. However, I can't help but wonder if there are any programs out there that can actually translate code from one language to another?