C/C++ C++ Tutorial for Beginners: Learn Programming with Zeeshan

AI Thread Summary
A user seeks recommendations for C++ programming tutorials, expressing a desire to learn programming at a young age. Responses include a link to a standard C++ tutorial on cplusplus.com, which is suggested as a helpful resource. There is a discussion about the benefits of learning C before C++, although the reasoning is not fully articulated. Additionally, "C++ Primer Plus" by Prata is recommended for its approach of introducing C alongside C++. Some participants suggest that beginners might find Python easier to start with before transitioning to C++. Overall, the conversation emphasizes finding suitable resources for learning C++ and considering alternative programming languages for newcomers.
zeeshawn
Messages
3
Reaction score
0
Hi Everyone!
Does anyone here know where i could find a good C++ programming tutorial. I've always wanted to learn how to progam but i can't find a good tutorial (im only 13 years old..) if anyone knows about a good tutorial please post link here, pm me the link, or email me the link.
Much Appriciated!

-Zeeshan
 
Technology news on Phys.org
Here is a standard programming tutorial, should be of some help:
http://www.cplusplus.com/doc/tutorial/

I've also been told that you should learn C before you learn C++, but I don't remember why that was a good ide. :-p
 
Last edited by a moderator:
Thanks eveyone! Much appricated!
 
ranger said:
You can also supplement your books with this:
https://www.physicsforums.com/showthread.php?t=196863

You can also pick up C++ Primer Plus by Prata. This teaches C++ by introducing C. But it is not a book for learning C. Prata has a separate book for that.


Thank you!
 
MrGandalf said:
Here is a standard programming tutorial, should be of some help:
http://www.cplusplus.com/doc/tutorial/

I've also been told that you should learn C before you learn C++, but I don't remember why that was a good ide. :-p

i like this tutorial
 
C++ is a nice Object Oriented language, but a little difficult. If you're new to programming, perhaps Python is a nice solution for you. After understanding the basics you can go to the next level.

Code:
[PLAIN]http://www.python.org/
[/PLAIN]
 
Last edited by a moderator:

Similar threads

Back
Top