Introduction to Computers and Problem Solving
1.1 Computers
1.2 Problem Solving
1.3 Flow-charts and Algorithms
1.4 Introduction and Objectives
1.5 What Is a Computer?
1.6 Programming Languages
1.7 Operating Systems
1.8 History of C++
1.9 A Simple C++ Program
1.10 C++ Program-Development Cycle
1.11 Programming Style and Documentation
1.12 Programming Errors
Error name | What it means? | Causes |
---|---|---|
Syntax Error | There is a problem with Syntax; Syntax is invalid. | Typos, Unknown Syntax, Wrong Syntax |