C++ Programming

Submitted by: Submitted by

Views: 525

Words: 5254

Pages: 22

Category: Science and Technology

Date Submitted: 12/30/2010 12:08 PM

Report This Essay

Module 1 C++ Fundamentals

Table of Contents

CRITICAL SKILL 1.1: A Brief History of C++ .................................................................................................... 2 CRITICAL SKILL 1.2: How C++ Relates to Java and C# .................................................................................... 5 CRITICAL SKILL 1.3: Object-Oriented Programming ...................................................................................... 7 CRITICAL SKILL 1.4: A First Simple Program ................................................................................................ 10 CRITICAL SKILL 1.5: A Second Simple Program ........................................................................................... 15 CRITICAL SKILL 1.6: Using an Operator ....................................................................................................... 17 CRITICAL SKILL 1.7: Reading Input from the Keyboard ............................................................................... 19 Project 1-1 Converting Feet to Meters ....................................................................................................... 24 CRITICAL SKILL 1.8: Two Control Statements .............................................................................................. 26 CRITICAL SKILL 1.9: Using Blocks of Code ................................................................................................... 30 Project 1-2 Generating a Table of Feet to Meter Conversions ................................................................... 33 CRITICAL SKILL 1.10: Introducing Functions ................................................................................................ 35 CRITICAL SKILL 1.11: The C++ Keywords ..................................................................................................... 38 CRITICAL SKILL 1.12:...