|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Re: Where is the best site to learn C++?
The one you would need in order to program robots is supplied in the KOP (on the Windriver installation disc). Install it on your development computer, and follow the instructions in this document (page 21) to get started.
As for other, general C++ compilers, I like Dev C++ (if you're on Windows) or GCC (for UNIX) |
|
#2
|
|||
|
|||
|
Re: Where is the best site to learn C++?
You could also use Code::Blocks
|
|
#3
|
|||
|
|||
|
Re: Where is the best site to learn C++?
If you want to learn C++ in general, one of the best internet sources is www.xoax.net. But if you're just trying to learn enough to program the robot, this probably wouldn't be the best use of your time...
|
|
#4
|
|||
|
|||
|
Re: Where is the best site to learn C++?
I don't mean to hijack this thread as my question seems related. So those sites are great for learning C++ - where can we find API docs for the cRIO built-in functionality and such. The WPI docs have blank pages on I2C and Serial and I'm desperate to see if we can use those. Thanks!
-Mike |
|
#5
|
|||
|
|||
|
Re: Where is the best site to learn C++?
Quote:
Check out I2C.h and I2C.cpp for I2C and SerialPort.h and SerialPort.cpp for the Serial port. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|