chrisoldwood / ClassGen

Simple template based class generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class Generator v2.0
====================

Introduction
------------

I use this simple, single dialog based application to generate the skeletons of
my source files from various templates. The templates are based around
generating a class or file for a specific purpose relating to one of my class
libraries, such as a unit test fixture or UI based command class.

Releases
--------

Stable releases are formally packaged and made available from my Win32 tools page:
http://www.chrisoldwood.com/win32.htm

The latest code is available from my GitHub repo:
https://github.com/chrisoldwood/ClassGen

Documentation
-------------

There is a local HTML based manual - ClassGen.mht.

(http://www.chrisoldwood.com/win32/classgen/manual/classgen.html)

Development
-----------

See DevNotes.txt

Contact Details
---------------

Email: gort@cix.co.uk
Web:   http://www.chrisoldwood.com

Chris Oldwood 
8th June 2009

About

Simple template based class generator

License:MIT License


Languages

Language:C++ 82.0%Language:HTML 15.3%Language:C 2.7%