Tuesday 19 June 2018

c++ - how to become an object oriented programmer


Possible Duplicate:
The Definitive C++ Book Guide and List






Hi guys,




I am a software engineer and I work on C, but I want to become a good programmer in oop's especially in C++, I 've been reading on learning the c++ syntax. Can anyone please suggest me books or useful links or any small open source project that 'll help me become a good programmer in c++.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...