Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have good knowledge in C++ coding. I have also coded a Download Load manager (It have parallel download from internet). But what I feel, I am not a good coder or designer!!! I mean My thing of coding is very attached to C. I cannot think of using Interface class, re-use of code ,in summery my code is not object oriented
Can any one suggest me any good book like how to improve coding?

Thanks
Posted

Have a look at the answers to this question[^] for some suggestions

In particular there's a downloadable book here[^] to save you some money

For the object oriented side of things - just search Amazon and be guided by the votes and reviews there - Wrox books are usually a good place to start (but they might be a bit simple if you're already up to speed with C++) ..e.g.
Beginning Ojbect Oriented Programming with C#[^]
 
Share this answer
 
v2
Please note C++ is a multi paradigm language and object oriented approach is not generally 'a better way' of programming (it might be better suited for some, specifically huge, projects, but it is not a panacea).
 
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