Mar 29, 2013 at 6:59pm
Like i wanna open File Through C++ Comannds in C:\Users\User\Downloads and stuff like that Please Help *_*
Mar 29, 2013 at 7:09pm
What type of file do you want to open? Do you want a text file for reading/writing? You can do so using input/ouput streams google for c++ fstream.
From your question it appears that you want a dialog box to open. For that you will have to have a GUI support in your editor/compiler.