Logo

C++ for C Programmers by JT Kalnay

C++ for C Programmers
by

Publisher: Smashwords
Number of pages: 335

Description:
A book with exhaustive examples of C++ intended to help a C programmer learn and use C++. This book is not organized in a traditional chapter format, Instead I have chosen to include example programs that illustrate the important points of C++ in an evolutionary manner.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Practical C++ MetaprogrammingPractical C++ Metaprogramming
- O'Reilly Media
C++ template metaprogramming is ideal for performing automatic compile-time optimization. With this ebook, you'll learn how improved metaprogramming techniques in C++11 and C++14 can help you avoid mistakes by making the compiler work for you.
(13776 views)
Book cover: Parallel Programming with Microsoft Visual C++Parallel Programming with Microsoft Visual C++
by - Microsoft Press
This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.
(16701 views)
Book cover: Debugging C and C++ code in a Unix environmentDebugging C and C++ code in a Unix environment
by - OOPWeb.com
This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.
(23059 views)
Book cover: Industrial Strength C++Industrial Strength C++
by - Prentice Hall
This book defines a C++ coding standard that should be usable for almost all programmers. Text and examples explain each individual rule and recommendation. The book covers naming conventions, resource management, code organization, and more.
(20750 views)