Share via

Where to Learn C++?

Nilam Chopra 21 Reputation points
2021-08-10T08:39:42.76+00:00

Hello,

My brother wants to learn C++ and basics of programming languages from scratch. He is good at mathematical and his mind is very curious. Right now he is just watching just youtube vidoes of coding. So, I am thinking to suggest him some tutorials related to programming languages like C, C++ and others.

Please suggest me best C++ Tutorials for Beginners.

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

0 comments No comments

Answer accepted by question author
  1. Castorix31 91,871 Reputation points
    2021-08-10T08:58:17.407+00:00
    2 people found this answer helpful.

4 additional answers

Sort by: Most helpful
  1. Peter Rota 0 Reputation points
    2025-09-17T05:26:20.1766667+00:00

    If your brother already has a strong mathematical mindset, he’ll pick up C++ fairly quickly. I’d suggest starting with LearnCpp.com for structured basics, then moving on to projects like simple calculators or number series programs to practice logic.

    Since you mentioned curiosity, it can also help to explore how programming ties into bigger problem-solving and future tech. I recently came across Quantum Harmony, which shares insights on how tech, learning, and innovation connect worth checking out alongside coding tutorials.

    0 comments No comments

  2. Ahmed Saber 1 Reputation point
    2021-11-13T22:03:04.717+00:00

    Learn from websites such as :-
    w3schools
    programiz
    cplusplus


  3. Sam of Simple Samples 5,586 Reputation points
    2021-08-10T18:16:41.923+00:00

    Bjarne Stroustrup is the original designer and implementer of the C++ programming language. His book Stroustrup: Programming -- Principles and Practice Using C++ is expensive but worth considering.

    Also if you can find a copy of Windows ++: Writing Reusable Windows Code in C++ by Paul Dilascia then it is a good introduction of using C++ for Windows programming. Microsoft developed something called MFC and that book is a good description of how MFC works, at least conceptually. Most developers might consider MFC archaic but that book might be good for educational purposes.

    0 comments No comments

  4. Nilam Chopra 21 Reputation points
    2021-08-10T09:14:43.457+00:00
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.