Class Name | OS | Stream I/O |
Requires | Notes |
---|---|---|---|---|
String | any | yes | stdio.h | pass directly to Mac toolbox! |
Vector | any | yes | math.h | 3D vector math; 100% inline |
GifMaker | any | N/A | iostream | create GIFs, draw turtle graphics, etc. |
MatchWild | any | N/A | string.h | simple wildcard match/replace in char arrays |
FilePath | Mac/Unix | No | String | traverse directories, get file type, etc. |
ListFiles | Mac/Unix | No | vector |
returns list of files in a given directory |
Have something to contribute? If you have a class that meets the design principles above, I'll be happy to post it here, or provide a link to your site. Send me email (joe@strout.net) and we'll work something out.
Mac users be sure to also see my Mac Development Page for more free C/C++ code specific to the Mac.