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
The Default code and other info is available from Innovation First.
Default code here and other stuff
The IDE (integrated development environment) and compiler are from MicroChip – the licensed copy will come with the EDU kit (I suppose). But, you can download a 60 day trial version of the IDE and compiler from microchip.com
Download MPLAB IDE and MPLAB C18 Compiler Trial Version Here
Good Luck…
Joe J.
*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).