How do i make a dummy file?
I'm using Visual C++ for a form and I need it to make a dummy file.
I know how to use things like fstream
to write to files but how can I do it so that I know the exact size of the resulting file?
I already tried fstuil
but that's a CMD command (yes i know you can use system()) whereas i want pure c++.