
C++ Demystified
Jeff Kent(Author)
Osborne/McGraw-Hill (Publisher)
Published on 16. May 2004
Book
Paperback/Softback
368 pages
978-0-07-225370-2 (ISBN)
Description
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.
Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.
Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.
More details
Language
English
Place of publication
New York
United States
Publishing group
McGraw-Hill Education - Europe
Illustrations
40 Illustrations
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 20 mm
Weight
690 gr
ISBN-13
978-0-07-225370-2 (9780072253702)
Schweitzer Classification
Person
Jeff Kent (Los Angeles) is a college instructor specializing in programming languages including Visual Basic, C++, and Java.
Content
1: How a C++ Program Works 2: Memory and Data Types 3: Variables 4: Arithmetic Operators 5: Making Decisions: if and switch Statements 6: Nested if Statements and Logical Operators 7: The For Loop 8: While and Do While Loops 9: Functions 10: Arrays 11: What's the Address? Pointers 12: Character, C-String, and C++ String Class Functions 13: Persistent Data: File Input and Output 14: The Road Ahead: Structures and Classes A: Final Exam B: Answers to Quizzes and Final Exam