Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ffilesystem navigation in c++ 2 Pin
led mike24-Oct-06 5:22
led mike24-Oct-06 5:22 
GeneralRe: ffilesystem navigation in c++ 2 Pin
Mark Salsbery24-Oct-06 5:27
Mark Salsbery24-Oct-06 5:27 
GeneralRe: ffilesystem navigation in c++ 2 Pin
led mike24-Oct-06 5:32
led mike24-Oct-06 5:32 
GeneralRe: ffilesystem navigation in c++ 2 Pin
David Crow24-Oct-06 6:20
David Crow24-Oct-06 6:20 
Question"FindNext method of Range class failed" - How to make it work. [modified] Pin
Crash224-Oct-06 4:47
Crash224-Oct-06 4:47 
AnswerRe: "FindNext method of Range class failed" - How to make it work. [modified] Pin
Member 80221232-Aug-13 23:34
Member 80221232-Aug-13 23:34 
Questionproblem with nested types and constructor parameters Pin
yaniv1724-Oct-06 4:47
yaniv1724-Oct-06 4:47 
Questionfilesystem navigation in c++ Pin
Desmo1624-Oct-06 4:44
Desmo1624-Oct-06 4:44 
Hi all,

I've got the path to a file returned by a CFileDialog.
(Let's call it "path")
Now i wanna open another file in the same directory.
I know the name of the file, of course.
I tried with:
file.open(path+"\..\newfile.txt",std::ios::in);
but it tells me "not enough memory" at runtime.

How can i do that ?

Thanx in advance,
Desmo16.

AnswerRe: filesystem navigation in c++ Pin
Mark Salsbery24-Oct-06 4:52
Mark Salsbery24-Oct-06 4:52 
GeneralRe: filesystem navigation in c++ Pin
Desmo1624-Oct-06 5:07
Desmo1624-Oct-06 5:07 
GeneralRe: filesystem navigation in c++ Pin
Mark Salsbery24-Oct-06 5:14
Mark Salsbery24-Oct-06 5:14 
GeneralRe: filesystem navigation in c++ Pin
Desmo1624-Oct-06 5:16
Desmo1624-Oct-06 5:16 
GeneralRe: filesystem navigation in c++ Pin
Mark Salsbery24-Oct-06 5:22
Mark Salsbery24-Oct-06 5:22 
AnswerRe: filesystem navigation in c++ Pin
Hamid_RT24-Oct-06 20:02
Hamid_RT24-Oct-06 20:02 
QuestionHow to Debug Pin
sivaprasadroy24-Oct-06 3:47
sivaprasadroy24-Oct-06 3:47 
AnswerRe: How to Debug Pin
shadrach_india24-Oct-06 4:12
shadrach_india24-Oct-06 4:12 
AnswerRe: How to Debug Pin
Hamid_RT24-Oct-06 20:05
Hamid_RT24-Oct-06 20:05 
QuestionWebcam preview Pin
ceejeeb24-Oct-06 3:32
ceejeeb24-Oct-06 3:32 
AnswerRe: Webcam preview Pin
Mark Salsbery24-Oct-06 4:29
Mark Salsbery24-Oct-06 4:29 
QuestionRe: Webcam preview [modified] Pin
ceejeeb24-Oct-06 4:31
ceejeeb24-Oct-06 4:31 
AnswerRe: Webcam preview Pin
Mark Salsbery24-Oct-06 5:32
Mark Salsbery24-Oct-06 5:32 
QuestionEventLog Pin
shadrach_india24-Oct-06 3:24
shadrach_india24-Oct-06 3:24 
AnswerRe: EventLog Pin
Hamid_RT24-Oct-06 20:07
Hamid_RT24-Oct-06 20:07 
Questioncode profiler Pin
Jerome Conus24-Oct-06 2:07
Jerome Conus24-Oct-06 2:07 
GeneralRe: code profiler Pin
Jerome Conus24-Oct-06 3:01
Jerome Conus24-Oct-06 3:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.