Programable Devices

closed account (3bfGNwbp)
What are some I could program with C++? aside from the computer. >.>
Arduino.
closed account (3bfGNwbp)
The Arduino uses a C-based language called "Arduino". No.
Well, what about programming for Android or iOS? For Android you need Java programming and for iOS (I think) you need Objective-C. What about trying to make your own digital clock. Get a few spare parts and write clock software for it.

Hope this helped!
Shahmeer
closed account (o3hC5Di1)
Hi there,

A list of QT supported devices: http://qt-project.org/wiki/Category:Devices

Hope that helps.

All the best,
NwN
The Arduino uses a C-based language called "Arduino". No.


From the arduino website: "the Arduino language is merely a set of C/C++ functions that can be called from your code. Your sketch undergoes minor changes (e.g. automatic generation of function prototypes) and then is passed directly to a C/C++ compiler (avr-g++). All standard C and C++ constructs supported by avr-g++ should work in Arduino. For more details, see the page on the Arduino build process."
Topic archived. No new replies allowed.