text file from Visual Studio 2008

May 6, 2009 at 6:18pm
Is there a way to create a text file from within visual studio 2008 for use as an input file? Or do I have to use something else like notepad?

Thanks, Beth
May 6, 2009 at 9:23pm
closed account (z05DSL3A)
Right click on the project in solution explorer, select 'add' from the context menu...
May 10, 2009 at 6:29pm
Sorry for the long delay, there - hope you're still w/ me...

Ok, when I do that I get a dialog box with a lot of different types of files I can add, but none says text file, data file, input file, or anything else. What do I choose?
Last edited on May 10, 2009 at 6:29pm
May 10, 2009 at 7:18pm
Select a file that is normally just plain text (e.g. .cpp) and save it with any other extension.

This topic is quite removed from C++ programming.
Last edited on May 10, 2009 at 7:18pm
May 11, 2009 at 4:53am
Ok, when I do that I get a dialog box with a lot of different types of files I can add, but none says text file, data file, input file, or anything else. What do I choose?


Are you sure???
May 12, 2009 at 1:39am


guestgulkan - yes I'm sure.

helios - Thanks for the answer. That worked. sorry if i'm in the wrong forum. Sometimes the simplest questions are the hardest to get answered.
Topic archived. No new replies allowed.