Stdext
No description available
Install / Use
/learn @xushiwei/StdextREADME
My C/C++ Open Source Projects
winx - A C++ GUI Library for Windows
It was open sourced on Sourceforge on 2006-08-14.
- https://sourceforge.net/projects/winx/
- https://code.google.com/archive/p/winx/
- https://github.com/xushiwei/winx
stdext - A C++ STL Extensions Libary
It was originally part of winx and became an independent open source project on 2008-01-23.
- https://code.google.com/archive/p/stdext/
- https://github.com/xushiwei/stdext
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).
- https://www.codeproject.com/KB/cpp/gc-allocator.aspx
- http://svn.boost.org/svn/boost/sandbox/memory/ (not available)
- https://github.com/xushiwei/memory
tpl - Text Processing Language
TPL is a Text Processing Library/Language.
It was open sourced on Google Code on 2008-06-21.
- https://code.google.com/archive/p/libtpl/
- https://github.com/xushiwei/tpl
