CDs Technology DVDs Education Adobe Assistance Assistance Design Lessons Help Workstation Lessons Tutoring Graphics Lessons Help Laptop Advice Assistance Microsoft Education
Office Software - Excel Software - Microsoft Software - QuickBooks Software - Visual Software - Comptuer Software - Web Software - Sharepoint Software - Photoshop Software - Mac Software - QuarkXPress Software - management Software - Project Software - Learn Software - email Software - Network Software - Linux Software - Unix Software - Work Software - Net Software - ASP Software - PHP Software - HTML Software - CMS Software - XML Software - Mobile Software -
Help Computers Training Tutoring Workstation Tutoring Lessons Programming Training Tutoring Computer Tutorials Online PC Teaching Tutoring Programming Teaching CDs Design Tutorials

C Plus Plus

C Plus PlusC Plus Plus C Plus Plus
Product Info 88
Arthur L. Lee - cplus - 1
Date Added : 2000-03-31

Price : 99.95
Price : 99.95 Qty
Product Description : C Plus Plus (C++) is a programming language that is both procedure-oriented and object-oriented. In Virtual Training Company's tutorial, Professor Arthur Lee will explain the environment of C++, then guide you into writing equations, creating functions and output, looping, and much more. To start learning about C++ now, click on the subject of your choice below.

C++

Intro to C++ & the Environment

Intro to C/C++
The C++ Environment
Completing the Sample Program
Compiling & Executing Programs
Common errors
Saving & Exiting; other errors

Variables,Constants, & Math Statements

Variables
Data Types
Declaration statements & Initializing variables
Declaring Constants
Assignment Statements vs. Prompting for user input

The String Data Type; Equations

Character vs. String data
Using the getline function and the strcpy function
Writing equations and Type casting
Putting it all Together: Demo of complete program
Debugging Demo

Programmer-Defined Functions

Creating Programmer-Defined Functions
Details of Function prototypes, definition and the calling statement
Scope & Lifetime issues; Passing data with functions
Passing Variables by Value and by Reference
Functions that Return Values
Debugging Demo

Creating Output (formatting and creating files)

Stream Manipulators (formatting output)
The Output File Stream: Accessing the Output File
Demo Program (Demo 12) to Illustrate
Debugging Demo

Using the if Statement

Syntax of a Conditional Statement
Relational Operators
Executing if Logic (one statement vs. block)
Assignment Operator vs. Equality Operator
Logical Operators (symbols for: and, or, not)

Other Functions; Nested if Statements

Converting to Upper/Lower Case
Comparing Strings (strcmp and stricmp functions)
The Strlen Function
Nested if Statement Structure
Demo of Complete Program

Looping

Overview of the Looping Structures
Demo of the While Loop
Demo of the Do-While Loop
Demo of the For Loop
Counters and Accumulators in Loops
Demo of Complete Program
Increment/Decrement Operator (what does C++ mean?)*