Hello everyone, I’m a novice programmer, tell me where to start learning c++
There are lot of information available on the web you can search, I would suggest you start with basic of C++ like,
Understand this -
- Variables and Literals
- Comments
- Operators
- Type Conversion
- Data Types
etc.
I am new to c++ can someone explain how to start a new coding language please
Hi @LearningMic, I’ll again recommend the link in my previous post here. Also you could try https://www.sololearn.com/en/learn/courses/c-plus-plus-introduction. Those are still my favorite C++ resources for beginners. After completing such an introduction course try to implement a simple program/game by yourself and then move to the puzzles in CodinGame.