Posted by Fawad Ishaq on May 9, 2008
After reading this handout, you will be able to:
- develop simple computer programs in C++.
- Write simple output statements using cout.
- Use basic arithmetic operators such as +, -, *, /, and %.
- Understand the precedence of arithmetic operators.
click Introduction to C++ to download C++ programming handout 02.
Posted in Introduction to Computer Programming | Leave a Comment »
Posted by Fawad Ishaq on May 9, 2008
After reading this handout, you will be able to:
- Understand the six steps in the program development cycle.
- Differentiate between structured and object-oriented design.
- Understand program design techniques.
click Introduction to Programming to download C++ programming handout 01.
Posted in Introduction to Computer Programming | Leave a Comment »
Posted by Fawad Ishaq on May 7, 2008
Handout 01: Introduction to Object Oriented Approach
After completing this handout, you will be able to:
- Understand object-oriented programming.
- Understand classes and objects.
- Understand principles of object-oriented approach.
- Understand encapsulation, inheritance, and polymorphism.
| STC.OOP.Handout.01 |
Posted in Object-Oriented Programming in C++ | Leave a Comment »
Posted by Fawad Ishaq on May 7, 2008
Posted in Computers | Leave a Comment »