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.
Intro to C++ && the EnvironmentIntro to C/C++The C++ EnvironmentCompleting the Sample ProgramCompiling && Executing ProgramsCommon errorsSaving && Exiting; other errorsVariables,Constants, && Math StatementsVariablesData TypesDeclaration statements && Initializing variablesDeclaring ConstantsAssignment Statements vs. Prompting for user inputThe String Data Type; EquationsCharacter vs. String dataUsing the getline function and the strcpy functionWriting equations and Type castingPutting it all Together: Demo of complete programDebugging DemoProgrammer-Defined FunctionsCreating 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 StatementSyntax 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 StatementsConverting to Upper/Lower Case
Comparing Strings (strcmp and stricmp functions)
The Strlen Function
Nested if Statement Structure
Demo of Complete Program
LoopingOverview 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?)*
Click here to find out more about the C Plus Plus Training CD