Image

Imagepyro01 wrote in Imagecpp

I know how to open a file, save a file, read from a file, and close a file in c and c++, but I cant figure out how to make a new file from inside my code, so the user doesn't have to do it manually. How would I go about doing this, and is there a seperate header I have to include besides stdio.h (in C) or iostream.h (in C++)?