> Do you know any good books for a beginner C ++ programmer (10 points )?

Do you know any good books for a beginner C ++ programmer (10 points )?

Posted at: 2014-12-18 
My teacher says it must fit the ISO 9899 standard ,and Im currently using code block

thanks eeryone

OOP with C++ By balaguruswamy

C++ Primer Plus by Stephen Prata

Programming: Principles and Practice Using C++ By Bjarne Stroustroup

Accelerated C++: Practical Programming by Example by Andrew Koenig

Professional C++ by M. Gregoire

C++ Primer (5th Edition) by S. B. Lippman

Hope this helped

Uh, I'd like to point out the potential difference between C and C++, considering that

ISO/IEC 9899: 2011 is the C standard, and

ISO/IEC 14882: 2011 is the C++ standard. The differences are very important.

Since the teacher gave you the standard number, I'd still recommend the exact same tools:

GCC, or

LLVM/Clang

Both of which are compliant. Clang is probably slightly better in terms of compliance if that is your sole concern.

Code::Block is just the development environment. It can handle different compilers although I don't actually know if it handles C++11 (ISO 9899) or not.

I read object oriented programming with c++ by balaguruswamy.

It is a good book

you go to youtube and just search c++ learning lad. there are many great videos for beginners.

computer fundamentals & applications wrote by ODHAPOK ABUL HOSSAIN CO: http://tr.im/1W8WH

http://www.cplusplus.com/doc/tutorial/

My teacher says it must fit the ISO 9899 standard ,and Im currently using code block

thanks eeryone