Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.21 KB

My C/C++ Open Source Projects

winx - A C++ GUI Library for Windows

It was open sourced on Sourceforge on 2006-08-14.

stdext - A C++ STL Extensions Libary

It was originally part of winx and became an independent open source project on 2008-01-23.

memory - C++ Memory Management Innovation: GC Allocator

It was originally part of stdext and became an independent open source project on 2008-04-28.

Most of the C++ programmers do not benefit from Garbage Collection technique (GC). Here is a new memory management technique named GC Allocator (Note it is not GC).

tpl - Text Processing Language

TPL is a Text Processing Library/Language.

It was open sourced on Google Code on 2008-06-21.