PTG home
Catalog Search:
Search
Related Topics:
COMPUTING
Programming Languages
C




 
Reference Guide to C and C++ 1/e

James L. Antonakos
Kenneth C. Mansfield Jr.

Published May 1998 by Prentice Hall
Copyright 1999, 200 pp., Paper
ISBN: 0-13-956376-8
List Price:
$78.00

Inventory Status:
In-Stock
   
Author Home Page


Summary

Suitable for readers in any technological field, this all-in-one reference describes the C and C++ programming languages -- by example -- to both experienced and inexperienced programmers alike. KEY TOPICS: Covers in detail topics such as C/C++ Fundamentals; Functions; Relational, Bitwise, and Boolean Operations; Looping and Recursion; Pointers; Strings; Numeric Arrays; Data Structures; Disk I/O; and Classes and Objects. Uses more than 60 figures to illustrate the necessary concepts and featuring over 80 tested and working programs. Provides a companion diskette with the C/C++ source code files for all of the programs presented in the book. MARKET: For beginning and experienced programmers who want to learn to program in C/C++.

Features

  • Discusses a comprehensive list of C and C++ topics—from fundamental concepts, control statements, loops, variables, strings, arrays, data structures, I/O—to advanced topics such as the essential details needed to understand the connection between the statements in a C/C++ program and the machine language instructions necessary to perform the work of the statements. Pg.___
  • Emphasizes the correct way to write a structured program in C and C++. Pg.___
  • Explains the Intel Microprocessor architecture and how C and C++ can be converted to assembly language. Pg.___
  • Offers a detailed treatment of objects and classes—e.g., the use of constructors, destructors, friend functions, virtual and pure virtual functions and other object related operations. Pg.___
  • Uses a large number of application programs to illustrate each topic. Pg.___
  • Gives examples of typical C/C++ programs (on front and back inside covers). Pg.___
  • Provides a companion diskette with the C/C++ source code files for all of the programs presented in the book. Pg.___


Table of Contents



 1. C/C++ Fundamentals.


 2. Functions.


 3. Relational, Bitwise, and Logical Operations.


 4. Looping and Recursion.


 5. Pointers.


 6. Strings.


 7. Numeric Arrays.


 8. Data Structures.


 9. Disk I/O.


10. Advanced Topics.


11. C++ Classes and Objects.


Appendix A. ASCII Character Set.


Appendix B. Standard Math Functions.


Index.



back to top