Log in

View Full Version : Quick C Programming Q


mrman15
22-10-2003, 18:57
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

Joe Johnson
22-10-2003, 19:13
The Default code and other info is available from Innovation First.

Default code here and other stuff (http://www.innovationfirst.com/FIRSTRobotics/edu-read-me.htm)

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 (http://www.microchip.com/1010/pline/tools/index.htm)

Good Luck...

Joe J.

Chris Hibner
23-10-2003, 08:50
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).