DANVILLE
AREA
COMMUNITY COLLEGE
INTRODUCTION TO COMPUTER SCIENCE
MATH 110, Fall
2008

Section 1.13
to
1.24 Topics:
Basics of a Typical C++ Environment;
Hardware Trends;
History of the Internet;
History of the World Wide Web;
General Notes About C++ and This Book;
Introduction to C++ Programming;
A Simple Program: Printing a Line of Text;
Another Simple Program: Adding Two Integers;
Memory Concepts;
Arithmetic;
Decision Making: Equality and Relational Operators;
Thinking About Objects: Introduction to Object Technology and
the Unified Modeling Language.
Examples:
FIG01_06 CPP;
FIG01_14 CPP.

C++ "Dictionary" (Keywords):
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned void
volatile
while
C++ only keywords:
asm
bool
catch
class
const cast
delete
dynamic_cast
explicit
false
friend
inline
mutable
namespace
new
operator
private
protected
public
reinterpret_cast
static_cast
template
this
throw
true
try
typeid
typename
using
virtual
wchar_t