• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[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