TECHNICAL ENGLISH II No.8May 30,2002

History of C and C++


The Text is here
Note

BPCL
   \
     C → C++
   /
B add→data typing many features

Operating system      searly version
  computer and Software → UNIX (based on C)


Typeless -> no type -> only address
one "word" 4byte


TODAY
C and C++ are commly used
 + Hardware indepent, portable with careful design
 "The C Programming Language" - Bestseller book

ANSI C  1983-89 -> standard

"spruce up" = refine = ameliorate to be more intelligent

Object-oriented Programming

to soar = grow up
objects are resable
  ->easier to understand, correct, and modify


Programming

  1. Problem analysis
  2. Designing and testing an algorithm
  3. coding the Algorithm
  4. Testing the code
  5. Documentation


TECHNICAL ENGLISH II TOP PAGE