|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
New to programming need some help
Hello there fellow programmers!
I am new to this forum and to programing robots. We are in the Vex competition in our High School club and we will be entering the FIRST ![]() We are currently doing VeX as a start and I am the programmer I was wondering if anyone out there could send me some good tutorials or pages that could help me use RobotC (program we use to code) because I am new Regards, Zorro101 |
|
#2
|
|||||
|
|||||
|
Re: New to programming need some help
Take a look at the Dennis Ritchie/ Brian Kernighan book The C Programming Language for general C reference (RobotC's very much like C.) and the help on the RobotC website.
|
|
#3
|
|||||
|
|||||
|
Re: New to programming need some help
The RobotC website is http://www.robotc.net/
They have a lot of good info there |
|
#4
|
|||
|
|||
|
Re: New to programming need some help
Quote:
|
|
#5
|
||||
|
||||
|
Re: New to programming need some help
There's also a full set of video lessons and tutorial activities for ROBOTC at http://www.education.rec.ri.cmu.edu/...robotc_cortex/
|
|
#6
|
||||
|
||||
|
Re: New to programming need some help
Welcome to the forum. In our engineering program, we did use vex with robotC. It, indeed, is a good place to start because it will teach the basics of C programming. Also, I think it is actually based of something like c10. RobotC, I think, is just a library of commands and an interface to make it easier for beginners. Also, another plus is that it is well-documented.
Last edited by yash101 : 19-10-2013 at 01:18. Reason: darn it. i thought the php actually executes, showing the current server time :( |
|
#7
|
||||
|
||||
|
Re: New to programming need some help
ROBOTC programs also run inside a virtual machine on the target microcontroller, which makes it basically impossible to accidentally brick the uC, and also gives you an easy real-time debugger and intrinsic multitasking, among other features. Running in a virtual machine also means you can run the same program on a desktop computer with Robot Virtual Worlds.
|
|
#8
|
|||
|
|||
|
Re: New to programming need some help
Quote:
![]() BTW, I concur. Tim (I have a very early edition of the book cited) |
|
#9
|
||||
|
||||
|
Re: New to programming need some help
...
|
|
#10
|
||||
|
||||
|
Re: New to programming need some help
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|