Computer Information System

Computer Information System

Table of Content
Chapter 1 Introduction to Computers and C++ 
                 Programming 1
Image Source: http://college.yukondude.com
A compiler is a program that translates a high-level language program, such as a C++ program, into a machine-language program that the computer can directly understand and execute.
 An algorithm is a sequence of precise instructions that leads to a solution.
e.g: recipe, method, and directions.
When a user runs and interacts with this program.
Introduction to C++ Page 29
Self-Test Exercises:
The sequence of suggested errors to introduce is:
a. Put an extra space between the < and the iosteam file name.
b. Omit one of the < or > symbols in the include directive
c. Omit the int from int main().
d. Omit or mispell the word main.
e. Omit one of the(), then omit both the ().
f. Continue in this fashion, deliberately misspelling identifiers ( cout, cin, and so on ). Omit one or both of the << in the cout statement; leave off the ending curly brace}.
Chapter 2 C++ Basics 
Chapter 3 More Flow of Control
Chapter 4 Procedural Abstraction and Functions 
                 That Return a Value 
Chapter 5 Functions for All Subtasks
Chapter 6 I/O Streams as an Introduction to Object
                 and Classes
Chapter 7 Arrays
Chapter 8 Strings and Vectors
Chapter 9 Pointers and Dynamic Arrays
Chapter 10 Defining Classes
Chapter 11 Friends, Overloaded Operators, and 
                   Arrays in Classes
Chapter 12 Separate Compilation and Namespaces
Chapter 13 Pointers and Linked Lists
Chapter 14 Recursion
Chapter 15 Inheritance
Chapter 16 Exception Handling
Chapter 17 Templates
Chapter 18 Standard Template Library
Appendices
1 C++ Keywords
2 Precedence of Operators
3 The ASCII Character Set
4 Some Library Functions
5 Inline Functions
6 Overloading the Array Index Square Brackets
7 The this Pointer
8 Overloading Operators as Member Operators

 

Site hosted by Angelfire.com: Build your free website today!