Quote:
Originally posted by mrman15
Ok, I'm making the switch from Pascal to C, and I dun no the name of the program I need to write C (like you use turbo pascal to write in pascal). If someone could give me the name of a program it would be much appreciated. Thnx
|
If you want to practice programming in C on a PC, you can get one of the following compilers:
Microsoft Visual Studio
Borland C++
Watcom C++
Gnu gcc (Gnu is free for download, but you need to learn how to write make files).