Friday, 18 January 2013

C++ Books

C++ How to Program (7th Edition) For Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference for the C++ language.







Thinking in C++: Edycja polska by Bruce Eckel


C++ to jeden z najpopularniejszych jezykow programowania, w ktorym napisano szereg profesjonalnych aplikacji, a nawet kilka systemow operacyjnych. Nie bez przyczyny uwazany jest on za trudny do opanowania, stanowiac powazne wyzwanie, zarowno dla programistow, jak i dla autorow podrecznikow. Wieloletnie doswiadczenie w nauczaniu programowania Bruce"a Eckela gwarantuje, ze po przeczytaniu tej ksiazki bedziesz poslugiwal sie C++ tak sprawnie, jak jezykiem polskim.



C++ Primer, 5th Edition

 Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting todays best practices, the authors show how to use both the core language and its standard library to write efficient, readable, and powerful code.






C/C++ Essential Training (2012)

Widely used for both systems and applications development, the C and C++ programming languages are available for virtually every operating system and are often the best choice for performance-critical applications. In this course, Bill Weinman dissects the anatomy of C and C++, from variables to functions and loops, and explores both the C Standard Library and the C++ Standard Template Library. Features introduced in the C++11 standard (ratified in 2011) are also discussed. This course serves both as an end-to-end tutorial for those new to the language and a solid reference for experienced C/C++ programmers.

No comments:

Post a Comment