|
Re: Stupid question that should be easy to answer...
Quote:
|
Originally Posted by Dekker Avesque
You make it sound as if C++ is for programming on a PC and C is only for embedded control systems, when this is not the case. C and C++ were both originally for PC programming; C is merely the predecessor language to C++. C and C++ are nearly identical; C++ is C with object orientation. (C++ was originally described as "C++: Object Oriented C".)
I believe the C used in the Innovation FIRST chips that we run our robots with is a simplified version of the language, specifically suited for said chips.
Just making sure there is no confusion... C was not designed for operating robots, however a compiler was released for FIRST allows us to use the C language to operate robots.
|
Almost. C with an object-oriented extension is ObjectiveC. ObjC is what NeXTStep and Mac OS X use as the default programming language. C++ is rather a completely rewritten programming language that originates from C. I still like Java
Anyway, if you want specific information on using C with the standard FIRST controller, check out: http://www.innovationfirst.com/FIRST...umentation.htm
Best of Luck!
__________________
2003 Animator and FIRST newbie
2004 HP, Animator & Programmer
2005 Team Captain, Arm Operator & Animator
2006 Team Captain
2006 BOSTON ENGINEERING INSPIRATION WINNERS
2006 NJ ENGINEERING INSPIRATION WINNERS
2006 BOSTON AVA WINNERS
2005 DUEL ON THE DELAWARE CHAMPS w/ 222 & 1721
2005 BRUNSWICK ERUPTION IV CHAMPS w/ 358 & 369
|