Game Development Community

Rick Overman's Resources

Bit Counting

A collection of bit counting routines.

Author Rick Overman Date 01/17/2001 (11:19 pm) Comment 0 comments

TempStr

I am always in search of code that helps me code or makes my programs cleaner and easier to read. TempStr is an amazingly simple chunk of code that does both. TempStr encapsulates variable length buffer creation, assertion checking and printf style string formatting into a simple to use C++ class.

Author Rick Overman Date 01/14/2001 (8:11 am) Comment 1 comments

Wildcard string matching

A quick and dirty recursive wildcard string matching.

Author Rick Overman Date 12/15/2000 (6:54 am) Comment 1 comments