Warning: Use of undefined constant image_setup - assumed 'image_setup' (this will throw an Error in a future version of PHP) in /home/westleyw/public_html/wp-content/themes/autofocus/functions.php on line 576

Warning: Use of undefined constant image_setup - assumed 'image_setup' (this will throw an Error in a future version of PHP) in /home/westleyw/public_html/wp-content/themes/autofocus/functions.php on line 577
Westley Wood » C++

Tag: C++

Message System

Message System

A Message System is the implementation of a base communication system across a variety of classes.  This base system takes place in a public method …

 

Fractal

Fractal

Fractals are shapes that are made up of multiple fractions of its original self.  Fractals like the Julia Set (in the above image) can be …

 

Object Manager

Object Manager

An Object Manager is a style of writing code, where Objects are managed within the code.  One of the most effective ways to do this …