andy222
May 1st, 2008, 09:19 AM
I'm new to c++ and find myself working on an advanced program with sombody who knows nothing about c++. Nobody has really ever made me understand the limitations of c++, so this will probably be a stupid question. But anyways, in this program, I want to almost partition the hard drive to create a set amout of space for the program at first runtime. This would preferably be a physical division of the hard drive, but if it isn't its probably ok. If c++ cant actually partition the hard drive, is there any way to make a cache or something similar? Thank you, and sorry if it is a dumb question.