View Single Post
  #14   Spotlight this post!  
Unread 21-03-2008, 21:01
erikstotle's Avatar
erikstotle erikstotle is offline
Quendi
AKA: Erik
FRC #0107
Team Role: Programmer
 
Join Date: Jan 2006
Rookie Year: 2006
Location: Zeeland, MI
Posts: 8
erikstotle is an unknown quantity at this point
Send a message via MSN to erikstotle
Re: my first time programming

It would probably be a good idea to use easyC for this year at least, just as you learn. It lets you see whats going on in the code, but it also lets someone inexperienced in programming see the general flow of the program, and the code that goes along with that flow. At the same time, though, I highly suggest actively trying to read up on how to program in C, and try to understand why the code works the way it does. Trust me, once you get the hang of it, programming by hand is a whole lot funner than using easyC. I found http://www.chiefdelphi.com/forums/sh...ad.php?t=30976 to be fairly helpful when I got started. I think about the 9th post down has a link to a good tutorial to learn the basics of C. Have fun and good luck at the competitions!