Home / SGHLib 0.2
Name Modified Size InfoDownloads / Week
Parent folder
SGHLib 0_2.zip 2012-12-25 181.3 kB
SGHLib 0_2.rar 2012-12-25 169.5 kB
Readme.txt 2012-12-25 1.8 kB
Totals: 3 Items   352.6 kB 2
SGHLib v0.2, Third Release.

SGHLib is Licensed under the ZLib/LibPNG License.

To use the SGHLib, you must include SGHLib.h in your project.
It will include in the correct order all the inclusion files you required.

For example, to require the Fast Dynamic Array (FastArray) class, you must:

#define H_FARR
#include <SGHLib.h>

To discover what definitions you need, explore the SGHLib.h header.

Please, Avoid defining H_CCC unless you need it for a really short project.

H_WCP Is just partially all-right. Sometimes I have troubles closing the windows,
depending on the class type. In this release some window-termination issues and memory
leaks have been fixed hopefully.

The most useful Classes in this release are:
FastArray			| Templated Array Class, Faster and More Flexible than Arr
Group				| Variable Grouping Class
Sound				| Sound Handling Class (Requires BASS)
CAutoPointer		| A Automatical Pointer Handler
StreamT				| Fast String (Called Stream to avoid Name Conflicts)
\
  -> StreamA		| Ascii Version of the String
	 StreamW		| Unicode Version of the String
FileBase			| A File Handling Class
\
  -> LFile			| Uses C File Functions
	 MemLFile		| Uses Memory to emulate a File
	 ResourceFile	| Uses a Win32 Resource to emulate a File
	 WinapiFile		| Uses WinAPI
RefCounted			| Reference Counted Variable
SharedData			| A Variable that can be Shared between Threads

Please, if you don't find something working, Tell Me in a Polite Way and I will help solving the problem.
If you also have a solution, Even better! The problem will be solved in a faster way!

Some Changes:
+ FastArray Added!
+ FastArray uses Templated Parameter Lists for Construction of Objects!
+ FastArray allows Sort with User-Algorithm!
* FastArray officially Deprecated Arr!
Source: Readme.txt, updated 2012-12-25