Hassan Mushtaq Posted January 10, 2012 Posted January 10, 2012 How to be a Good Programmer in C++ programming language ???
Xittenn Posted January 11, 2012 Posted January 11, 2012 Start by reviewing this website. Then figure out why you want to learn the language and try to logically come to a conclusion of how you would solve your problems using the tools provided by the language.
Equilibrium Posted January 11, 2012 Posted January 11, 2012 Burrow books on C++ from the library. Spend days shutting yourself up in the house with a computer reading and practicing. Seriously.
Xittenn Posted January 12, 2012 Posted January 12, 2012 Burrow books on C++ from the library. Spend days shutting yourself up in the house with a computer reading and practicing. Seriously. I have to agree with that, especially the second part, but make it a few months for good measure.
khaled Posted January 13, 2012 Posted January 13, 2012 Once you finish learning Basics, you need to learn about OOP (Object-Oriented Programming) methodology then you have to practice different examples and challenges, this website is a good resource for examples you also need to learn how to do system programming under Windows & Linux, and how to deploy libraries and use them .. good luck
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now