If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates ho
The Waite Group's C++ Primer Plus (The Waite Group)
โ Scribed by Stephen Prata
- Publisher
- Waite Group
- Year
- 1998
- Tongue
- English
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
A complete source for students on C++ programming. It covers the Standard Template Library, which is essential to be competitive in the C++ market. TWG's C++ Primer Plus makes learning and using important object-oriented programming concepts understandable. It illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions, and build flexible, easily modifiable programs.
๐ SIMILAR VOLUMES
This guide provides C++ programming solutions for categories and concepts using a step-by-step approach. Each "how to" is graded by complexity level, with information on additional uses and enhancements to fit the reader's needs.
System requirements for computer disk: IBM-compatible PC with 80286 microprocessor; 2MB RAM; MS-DOS 3.31 or greater; Turbo C++ for DOS or Borland C++; hard disk with 500K free space; VGA graphics recommended; mouse optional
Perhaps the best introductory c book out there. (I said "perhaps" only because I have not read C Primer Plus by Stephen Prata.) This was the course book for OOP in C course in my undergraduate studies. I really like Robert Lafore's writing style. He writes very close to the reader and answers