View Single Post
  #12   Spotlight this post!  
Unread 18-11-2008, 23:01
rfrank's Avatar
rfrank rfrank is offline
Programmer
AKA: Russell Frank
FRC #0041 (RoboWarriors)
Team Role: Alumni
 
Join Date: Aug 2008
Rookie Year: 2007
Location: Somerset, New Jersey
Posts: 19
rfrank will become famous soon enough
Re: C/C++ Compilers Available?

@dpeterson3: Bloodshed Software's Dev-C++ will work great for just learning C++ if that's what you want to do. It might be possible to compile code for the cRIO with Dev-C++, but it would take a bit of work to get everything set up correctly (changing gcc's target, linking with the vxworks OS libs, etc).

Dev-C++ comes with an IDE and the mingw gcc compiler. You can download it here -- http://www.bloodshed.net/dev/devcpp.html