Click to See Complete Forum and Search --> : C Programming


Gunball
10-01-2003, 11:53 PM
My robotics team is using a program called C to program the robot... Is there any good sites that teaches it and also, what program do you use?

I want to learn C that programs for moving motors and setting limits for motors...

barton boi
10-02-2003, 02:43 AM
Originally posted by Gunball
My robotics team is using a program called C to program the robot...

C is a language, the program used would be the compiler. I use Borland Command Line Compiler for Windows, and GCC for Linux.

A simple search would find you some good C programming tutorials, but here's one anyway. http://www.cprogramming.com

JSClark
10-02-2003, 06:23 PM
Try www.free-ed.net for some C training. I'm currently going thru the C programming course, maybe starting the C++ stuff soon after. Its a good work-at-your-own-pace kinda thing.

gameboy1234
10-03-2003, 06:04 PM
Google is your friend (brought to you in non-forum breaking tinyurl):

http://tinyurl.com/pnap

I use GCC -- MinGW (with MSYS) on windows and GCC itself on Linux. Both are free, although they have a steep learning curve.

There's a GUI based version though, IIRC. Bloodshed.net ? I think that's them, give it a try.

Gunball
10-04-2003, 09:54 AM
Just to update about my robotics team language... We are gonna run on Pic C... Here's the details... http://innovationfirst.com/FIRSTRobotics/edu-rc.htm and the programming tool is gonna be Microchip MPLAB IDE. Can someone explain this to me? And anything I can learn?

naper2000
10-09-2003, 06:43 PM
Hey sorry although this doesnt help you... i was wondering what grade or how is your robotic team realated to ur learning?
A club, school, or something?

im planning on going into becoming a robotics engineer. Sorta like wat ur asking on this site with the programing robots and i liked to design robots. You have any tips , tutorials or anything that i should do to help me get more familiarized with the field???

Thanx before hand sorry i couldnt help you

gameboy1234
10-15-2003, 02:28 PM
The site link that you gave says:

It is recommended that new users focus on learning the C programming language's syntax, structure, and programming practices.

So that is where you start.

Here's a link that looks good to me: http://www.lysator.liu.se/c/bwk-tutor.html

There are other (http://www.google.com/search?q=C%20tutorial&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8) tutorials available as well.