how to translate PASCAL into C/C++

Write here if you have problems with your C source code

Moderator: Board moderators

Post Reply
tzzx
New poster
Posts: 14
Joined: Thu May 15, 2003 6:29 am

how to translate PASCAL into C/C++

Post 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.
titid_gede
Experienced poster
Posts: 187
Joined: Wed Dec 11, 2002 2:03 pm
Location: Mount Papandayan, Garut

Post by titid_gede »

i think you should first learn C syntax. then everything will be OK, because it's just the same.
Kalo mau kaya, buat apa sekolah?
tzzx
New poster
Posts: 14
Joined: Thu May 15, 2003 6:29 am

Post by tzzx »

i mean the little tricks on STRING and POINT
could some one give me some advice?
ec3_limz
Learning poster
Posts: 79
Joined: Thu May 23, 2002 3:30 pm
Location: Singapore

Post 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?
Post Reply

Return to “C”