Computer Programming I
Computer Programming I
1
3. C++ Control Statements
3.1. Conditional statements (IF, SWITCH)
3.2. Looping statements (WHILE, DO … WHILE, FOR)
3.3. Other statements (BREAK, CONTINUE, EXIT)
4. Array, String and Pointer
4.1. Array representation
4.2. One dimensional array
4.3. N – dimensional array
4.4. Pointer
4.5. Array and pointer
4.6. String representation and manipulation
4.7. String and pointers
4.8. Dynamic Memory Management
Evaluation Schemes:
Test 1 20%
Test 2 20%
Project 20%
Final Examination 40%
Textbook:
Dietel & Dietel, C++, How To Program, Third Edition, Prentice-Hall,
2003
Dromey, R.G., “How to solve it by computer”, New Delhi: Prentice -
Hall, 1985.
References
Walter Savitch, Problem solving with C++ – The Object of
Programming, Menlo Park: Addison-Wesley, 1996
Robert Lafore, The Waite Group’s C Programming Using Turbo C++,
Techmedia, 1993.