In my program I want the users to create their own files, so that they can come back and use the same data later instead of just entering the data everytime. I'm not sure how to do it though, I was trying:
ifstream(""<<name<<".dat");
but it didn't seem to like that, anyone have any other ideas? Thanks.