cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Open a file within a folder
Open a file within a folder
Feb 16, 2012 at 8:43am UTC
hentaiw
(273)
fin.open(
"..\Characters\char_jack.DAT"
,std::fstream::in);
It couldn't open it...please help.
Feb 16, 2012 at 8:54am UTC
hentaiw
(273)
Tried this and worked...thanks everyone...still need kind like ../folder/file in dos
Topic archived. No new replies allowed.