C++ Programming in easy steps, 5th Edition - Mike McGrath

C++ Programming in easy steps, 5th Edition

By Mike McGrath

  • Release Date: 2016-12-21
  • Genre: Computers

Description

C++ Programming in easy steps, 5th Edition shows you how to program in the powerful C++ language. Now, in its fifth edition, this guide gives complete examples that illustrate each aspect with colorized source code.
C++ Programming in easy steps, 5th Edition begins by explaining how to install a free C++ compiler so you can quickly begin to create your own executable programs by copying the book’s examples. It demonstrates all the C++ language basics before moving on to provide examples of Object Oriented Programming (OOP).
C++ is not platform-dependent, so programs can be created on any operating system. Most illustrations in this book depict output on the Windows operating system purely because it is the most widely used desktop platform. The examples can also be created on other platforms such as Linux or macOS.
The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically using a modern C++ Integrated Development Environment (IDE), such as Microsoft’s Visual Studio Community Edition.
C++ Programming in easy steps, 5th Edition has an easy-to-follow style that will appeal to:
• • anyone who wants to begin programming in C++
• • programmers moving from another programming language
• • students who are studying C++ Programming at school or college
• • those seeking a career in computing who need a fundamental understanding of object oriented programming
This book makes no assumption that you have previous knowledge of any programming language so it is suitable for the beginner to programming in C++, whether you know C or not.

Contents:
1. 1. Getting started
2. 2. Performing operations
3. 3. Making statements
4. 4. Handling strings
5. 5. Reading and writing files
6. 6. Pointing to data
7. 7. Creating classes and objects
8. 8. Harnessing polymorphism
9. 9. Processing macros
10. 10. Programming visually

Comments