Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am a beginner in c++ programming language.
Please help me to find source and materials to start with in c++ programming.
I am using a Code:Blocks
Posted
Updated 1-Oct-15 2:18am
v2
Comments
phil.o 1-Oct-15 8:17am    
Don't you have access to a web search engine? "c++ tutorial" as search criteria in google, for example, would be a great start. There are also plenty of C++ examples here on CP.
C++ tutorial on Google[^]
CodeProject - C++ articles[^]

There are many wonderful articles on this site. I searched for c++ beginner and found this result list, http://www.codeproject.com/search.aspx?q=c%2b%2b+beginner&doctypeid=1%3b2%3b3%3b13[^]

That would be a good place to get started. And of course, google will have many options as well.

Good luck.
 
Share this answer
 
Use Google or any other web search engine. They will provide you heaps of results. first results are also most popular.

Search for:
- Documentation C++
- Tutorials C++

If a beginner programmer, I recommend rather to first learn managed languages like Java, C#, Visual Basic, Javascript.
You can do almost the same things with any language, the difference with non managed languages like C or C++ is they have pitfals that don't have managed languages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900