[C++, C and Java] Need some tutorials and help

Status
Not open for further replies.
Install Visual Studio and learn the basics of C first. Then learn C++. Learn Java if you seek for Android development or your uni course uses it.

Google will give you plenty of marvelous C/C++ tutorials.
 
I seek to learn C/C++ for Arduino (Mobile Robot) Development.
C/C++ is a language. It is not specific to any platform.

Depending on your application there are different levels of programming you will need to know. If you plan to program apps for phones or computers you want to learn about high level programming. If you want to program micro processors you want to learn about low level programming. If you want to write your own OS you need to learn about OS concepts and programming.

Low level programming entitles learning about how processors work, using registers to control them and interacting with peripherals. High level programming entitles learning about how to use APIs, what features are offered by modern OSes and how to interact with other applications.

If you want to learn the basics of C++ programming look online at the dozens of tutorials. A lot are even up to date if they come from actual C++ API sites.
 
Status
Not open for further replies.
Back
Top