Sept release

Scoped objects.   

cppmeta create <type> <name>   makes a global object
cppmeta local <type> <name>   makes a local object
<type> <name> creates a global object by default, but you can configure cppmeta
to make those objects local by default.

Note: you can also use the Itcl 'local' command to have the same 
effect as 'cppmeta local'.

Aug 30st release

First real Windows release.  Versions for MacOS and Windows have been released 
on occasion by myself, but I wanted to wait for Itcl 3.0 for a proper release.