Robot programming

Hello, I am currently building a robot with my team and the robot needs programming. I was wondering if c++ is usable to program a robot.
You didn't post nearly enough information. What kind of robot? What kind of processor?

If you are doing something with microcontrollers, for example, they are almost always programmed in assembly or C.
Hi :) C++ is a good tool for programming robots if you don't want to use assembly language. Most microcontrollers now a days (assuming if you will use microcontrollers) have their own c or c++ compiler. The only problem is you won't get it for free.

C++ is a good tool for robotics development makes the development time shorter compared assembly language.

USE C++, I recomend it!
Topic archived. No new replies allowed.