I'm working on a project that needs to open up files as binary (hence my thread a few days ago). I want this to be able to open anything from something like 2K to 50 megs+. But a character (or integer) array would either be too bulky or too small most of the time. Should I use the string class? Does anyone have a quick tutorial on them or can show me some functions to use with them? Thanks everyone!