Beginner C++

Need to learn C++. Exactly with what to start


I need to know what to start doing to learn C++.
I have learned some beginner tutorials like(strings variables, functions like if, else , while etc) But idk what to do with them.
Can you tell mee how to start doing projects.I mean i need to edit or something like that ?
(Information about another language i have learned: Okay so i know Pawn Language that is just for an game that was used in SAMP(San Andreas Multiplayer) i learned it with editing scripts for 3 years.)
Last edited on
These are some great beginner exercises that you should do - http://www.cplusplus.com/forum/articles/12974/

If you dont understand something, use google to find out. Start working on them, if you get stuck. You're very welcome to post your problem here. But please, read this before posting any problem - http://www.cplusplus.com/forum/beginner/1/

And use code tags for all of your code, otherwise its hard to read code - http://www.cplusplus.com/articles/jEywvCM9/
Ohh okay thanks but i dont know with what to start.
What to start creating or editing im a beginner
I always like to start on creating programs.

That way you get more experience with the issues that come up and the solutions that you use to solve those problems tend to stick better.

That's my two cents.

-Hirokachi
I didnt understanded that too mutch but thanks anyway.
Can i have any chanse to use my method like i learned PAWN(San andreas multiplayer system that they compile)
By editing
Last edited on
I really dont know what you are talking about. You said you learned about variables, functions, if else, while etc. So I assume you have atleast created one program, no? You are not really being clear at all with your question.
Last edited on
I creadet some small ideas with cin and cout
but i need to learn fully C++ i dont want to know just create system using * / + -
Well. If you would look at the link I gave you, those beginner exercises are great for beginners. They challenge you on all fronts. Give them a try.
Bro i read that but it didnt helped mee to mutch :

• variables, data types, and numerical operators
• basic input/output
• logic ( if statements, switch statements )
• loops ( for, while, do-while )
• arrays
• pseudo random number generation
• strings & string functions
• functions
• structures/classes
• enumerated data
• file input/output
• pointers
• sorting
• linked lists
• advanced classes
• recursion

I know how this works i just need to know what to start with them
I know how this works i just need to know what to start with them

You need to ask more clear questions, this sounds very nonsensical.
Your original question was :

I need to know what to start doing to learn C++.

And that has been answered.

Edit: If waht you mean is that you want to make more advanced stuff. Then do more advanced projects. Make a game using graphics.
Last edited on
http://www.learncpp.com/

It has exercises at the end of each lesson.
Topic archived. No new replies allowed.