C Programming

Sharky Forums


Results 1 to 7 of 7

Thread: C Programming

  1. #1
    Expensive Sushi Gunball's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Canada
    Posts
    7

    C Programming

    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...
    Intel P4 2.266
    1 GB Ram
    ATI AIW Radeon 8500
    ASUS P4-533E
    Windows XP

  2. #2
    Reef Shark barton boi's Avatar
    Join Date
    Sep 2003
    Location
    California
    Posts
    364

    Re: C Programming

    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
    • 1.5GHZ Pentium M | 768MB PC2700 | ATI Radeon 9600 pro 128MB Turbo | 60GB 7200RPM | 4X DVD+RW | 15.4" WSXGA+ | 802.11b | Logitech MX310 | XP Pro | Slackware 10

  3. #3
    Expensive Sushi JSClark's Avatar
    Join Date
    Oct 2003
    Posts
    17
    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.
    ~JSC

  4. #4
    Catfish gameboy1234's Avatar
    Join Date
    Aug 2002
    Posts
    238
    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.

  5. #5
    Expensive Sushi Gunball's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Canada
    Posts
    7
    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?
    Intel P4 2.266
    1 GB Ram
    ATI AIW Radeon 8500
    ASUS P4-533E
    Windows XP

  6. #6
    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

  7. #7
    Catfish gameboy1234's Avatar
    Join Date
    Aug 2002
    Posts
    238
    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 tutorials available as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •