Replacing the CString with a GCC comaptible version

I searched the internet for CString replacemnts, however none of them were very usable. Some weren't GCC compatible, Some were in DLL's and some wanted money and didn't include the source.

In the end, I made my own.

It does not have all the functions (yet). I.E. I only added the functions I need and I changed my code to reduce the number of equlivent functions. (Replace Compare() with "==" )

It does have the memory saving pointer passing that the MFC CSting class has.

CString Source (ZIP) (BString.CPP) (BString.H)