CO311: examples & output
building a for
loop from a trivial problem
building a
NESTED for
Using the
EzWindows
enum
color
type
Generating (pseudo)
random numbers
to the console and to a file
File I/O
in C++
Arrays
in C++
introduction to
Sorting
Algorithms
the full
ShowSort
program
Intro to OOP
(Object Oriented Programming) with data-only objects
Getting “
real work
” out of data-only objects.
Using
more than one file
to build a program
More programming with external files:
dynamic criteria
miltime
class
with useful member functions
More
Member Function
examples
safearray
class
“evolution” and examples
examining reference types
distance class with lots of operators:
distance.h
distance.cpp
Templates!
Absolute
minimal Windows application
that really uses the WIN32 API. In order to use this program, you need to create it as a Win32 Application, NOT a Win32
Console
Application.