-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|31|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




mike_g

Steganography Encoder

11th August 2008 Basic
Hides information in plain sight


mike_g

C++ Unfinished Image Class

13th October 2007 Basic
An unfinised class for dealing with images. So far it only loads and saves 24bit bitmaps, but I am planning to add support for PNG, JPG, and TGA. It is not dependent on any non-standard external libraries. The image data is loaded directly to RAM, which av*snip*


mike_g

C++ Flags Class

13th October 2007 Basic
Heres a little class I made for handling binary flags. Its templated so it can hold an interger type of any size up to 64 bit.
[code]typedef unsigned char Uint8;
typedef unsigned short Uint16;
typedef unsigned int Uint32;
typedef unsigned long long Uin*snip*


mike_g

C++ String Class

13th October 2007 Basic
Heres a string class I was working on until I discovered that it was pointless considering I could use the built in C++ string class. Still it does quite a few things with strings that you can do in Blitz, and it shouldent be hard to convert a function or *snip*


HoboBen

String To Uppercase

21st April 2007 Basic
Simple and light

More - Older Posts