C++ Programming In Easy Steps - 4th Edition By Mike Mc Grath
Book Title | C++ Programming In Easy Steps - 4th Edition By Mike Mc Grath |
Type | Book |
Date Published | Sep 29, 2017 |
Author: Mike Mc Grath
Features:
- Language: English
- Binding: Paperback
- Publisher: BPB Publications
- ISBN: 9789386551344
- Edition:2017
- Pages: 192
Description:
It instructs how to program in the powerful C++ language assuming no prior knowledge of programming. Now in its fourth edition this guide gives complete examples that illustrate each aspect with colorised source code. It begins by explaining how to install a free C++ compiler so you can quickly begin to create your own executable programs by copying the books examples. it demonstrates all the C++ language basics before moving on to provide examples of OOP. The book concludes by demonstrating how to use your acquired knowledge to create programs graphically in the free Visual C++ express Integrated development environment (IDE).
Table of contents:
- Getting Started
- Performing Operations
- Making Statements
- Handling Strings
- Reading And Writing Files
- Pointing To Data
- Creating Classes And Objects
- Harnessing Polymorphism
- Processing Macros
- Programming Visually
- Index