Course Notes
Computer Engineering

Building Code Examples

Graph Code
Socket Code Snippet


" There are two ways of constructing a software design;
   one way is to make it so simple that there are obviously no deficiencies,
   and the other way is to make it so complicated that there are no obvious deficiencies.
   The first method is far more difficult. "
- C.A.R.Hoare

This page is incomplete - changes to come soon.


Build Tools, Build sample code, Build using libs, Build COM samples,


Required Build Tools:

Some of the code from this site will build on Windows and Linux, some code is Windows specific as it uses the Windows API, and some is Linux Specific because it uses the Linux API.
Top

Build Example Code from Course Directories:

Start here
Top

Build code using libraries:

Start here
Top

Build Example COM Code from Course Directories:

Start here
Top