Hi...
i would like to know how one can save the filename according to what the user types...


cin>>whatusertypes;
write.open("whatusertypes.txt",ios:ut);

that doesn't seem to work...it'll produce whatusertypes.txt instead of what the user really typed....any ideas??