• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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

Status
Not open for further replies.

Deleted member 219079

D

Deleted member 219079

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.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,198
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.
Top