| This page last updated on: Aug 22, 2001 Contents and Related Links
Cliff's Web Pages |
What is CodeWrangler Dot Net?My name is Cliff Green, and CodeWrangler Dot Net is a Web site I created as a repository for my teaching materials, technical articles, and any other general technical information I've written or collected over the years. It can also be used as a site for any collaborative projects I may be working on in the future.Where did the name originate? I originally wanted to use CodeSlinger, but that domain name is taken (all versions of it). My wife Julie uses the term "Baby Wrangling" to describe taking care of Nathan (our son born in March of 2000), and after a little bit of thinking I thought "Hey, CodeWrangler! Software development is kind of like wrestling a bunch of code in shape ...". I registered the CodeWrangler.net domain name in early 2001, and plan to keep it for many years.
UW Extension CoursesA big portion of this site consists of the materials for the University of Washington Extension C++ courses that I teach. There's a link at the left of this page as well as here. I currently teach C++ Introduction, Intermediate, and Advanced, and am scheduled to teach a Foundations of Object-Oriented Programming / Design course for the first time this Fall (2001).
Utility Classes and FunctionsHere is a list of utility classes and code available on this site, all of which is freely available to be used in assignment code, or for any other non-commercial use (please e-mail me for any commercial use releases or license possibilities). Some of the utility code uses facilities from Boost.org: (http://www.boost.org/), which I highly recommend. (Some of the utility classes and functions that used to be on my site have also been removed in favor of higher quality code from Boost.) The Loki library from Andrei Alexandrescu is also used: (http://www.moderncppdesign.com/). The source files all have comment lines in the form that Doxygen or Doc++ (or similar tools) can use to generate documentation HTML files: http://www.doxygen.org/
C++ Articles and Resources, Written by Cliff
Other C++ Articles and InformationAssorted and Sundry Stuff |