Click here to Skip to main content
15,926,144 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to create a new file with fstream? Pin
David Crow7-Jun-05 7:10
David Crow7-Jun-05 7:10 
GeneralRe: How to create a new file with fstream? Pin
heng09877-Jun-05 7:15
heng09877-Jun-05 7:15 
GeneralRe: How to create a new file with fstream? Pin
David Crow7-Jun-05 7:34
David Crow7-Jun-05 7:34 
GeneralMatlab interface Pin
gobar7-Jun-05 6:01
gobar7-Jun-05 6:01 
GeneralRe: Matlab interface Pin
Bob Flynn7-Jun-05 6:37
Bob Flynn7-Jun-05 6:37 
GeneralPath of an application Pin
bkphat7-Jun-05 5:55
bkphat7-Jun-05 5:55 
GeneralRe: Path of an application Pin
Mike Dimmick7-Jun-05 5:58
Mike Dimmick7-Jun-05 5:58 
GeneralRe: Path of an application Pin
Tom Archer7-Jun-05 7:30
Tom Archer7-Jun-05 7:30 
TCHAR buff[MAX_PATH];
GetModuleFileName(NULL, buff, MAX_PATH);

char drive[3];
char dir[MAX_PATH];
char fname[MAX_PATH]; 
char ext[MAX_PATH];
_splitpath(buff, drive, dir, fname, ext);

GeneralRe: Path of an application Pin
ThatsAlok7-Jun-05 18:09
ThatsAlok7-Jun-05 18:09 
GeneralRelease Build Pin
sweep1237-Jun-05 5:20
sweep1237-Jun-05 5:20 
GeneralRe: Release Build Pin
Mike Dimmick7-Jun-05 6:01
Mike Dimmick7-Jun-05 6:01 
GeneralRe: Release Build Pin
sweep1237-Jun-05 6:15
sweep1237-Jun-05 6:15 
GeneralRe: Release Build Pin
Mike Dimmick7-Jun-05 8:15
Mike Dimmick7-Jun-05 8:15 
GeneralDifferent icon for release and debug builds Pin
benjymous7-Jun-05 4:20
benjymous7-Jun-05 4:20 
GeneralRe: Different icon for release and debug builds Pin
Blake Miller7-Jun-05 4:29
Blake Miller7-Jun-05 4:29 
GeneralRe: Different icon for release and debug builds Pin
benjymous7-Jun-05 4:42
benjymous7-Jun-05 4:42 
GeneralRe: Different icon for release and debug builds Pin
Blake Miller7-Jun-05 5:04
Blake Miller7-Jun-05 5:04 
GeneralFunction calls Pin
nripun7-Jun-05 4:06
nripun7-Jun-05 4:06 
GeneralRe: Function calls Pin
David Crow7-Jun-05 4:26
David Crow7-Jun-05 4:26 
GeneralRe: Function calls Pin
Steen Krogsgaard7-Jun-05 4:26
Steen Krogsgaard7-Jun-05 4:26 
GeneralRe: Function calls Pin
Cedric Moonen7-Jun-05 4:28
Cedric Moonen7-Jun-05 4:28 
GeneralRe: Function calls Pin
nripun7-Jun-05 5:04
nripun7-Jun-05 5:04 
GeneralRe: Function calls Pin
Cedric Moonen7-Jun-05 5:09
Cedric Moonen7-Jun-05 5:09 
GeneralRe: Function calls Pin
nripun7-Jun-05 5:24
nripun7-Jun-05 5:24 
GeneralRe: Function calls Pin
Cedric Moonen7-Jun-05 6:25
Cedric Moonen7-Jun-05 6:25 

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.