Now, i know how to create files in C++... but how do i create a file with the name the user wants?

eg. ifstream f1 ("Userschoice");


Note: i'm using Borland Turbo C++ 3.0 DOS