Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVisual C++ 2003 and Profiler Pin
Defenestration17-Jan-05 4:07
Defenestration17-Jan-05 4:07 
GeneralRe: Visual C++ 2003 and Profiler Pin
Mike Dimmick17-Jan-05 6:39
Mike Dimmick17-Jan-05 6:39 
QuestionHow to get file-size of a file? Pin
Monisankar17-Jan-05 4:01
Monisankar17-Jan-05 4:01 
AnswerRe: How to get file-size of a file? Pin
Martin Koorts17-Jan-05 4:56
Martin Koorts17-Jan-05 4:56 
AnswerRe: How to get file-size of a file? Pin
David Crow17-Jan-05 6:37
David Crow17-Jan-05 6:37 
GeneralRe: How to get file-size of a file? Pin
Monisankar17-Jan-05 18:55
Monisankar17-Jan-05 18:55 
GeneralRe: How to get file-size of a file? Pin
David Crow18-Jan-05 3:15
David Crow18-Jan-05 3:15 
AnswerRe: How to get file-size of a file? Pin
HurricaneFlossie18-Jan-05 8:50
HurricaneFlossie18-Jan-05 8:50 
Try

CFile myFile(lpszFileName, CFile::modeRead);
int len = myFile.GetLength();


Some people see things that are and ask, Why? Some people dream of things that never were and ask, Why not? Some people have to go to work and don't have time for all that ...
Author: George Carlin


QuestionStatics in tab pages on WinXP? Pin
One Stone17-Jan-05 3:37
One Stone17-Jan-05 3:37 
AnswerRe: Statics in tab pages on WinXP? Pin
Martin Koorts17-Jan-05 3:44
Martin Koorts17-Jan-05 3:44 
GeneralRe: Statics in tab pages on WinXP? Pin
One Stone17-Jan-05 3:57
One Stone17-Jan-05 3:57 
GeneralRe: Statics in tab pages on WinXP? Pin
One Stone17-Jan-05 4:00
One Stone17-Jan-05 4:00 
GeneralRe: Statics in tab pages on WinXP? Pin
Martin Koorts17-Jan-05 4:45
Martin Koorts17-Jan-05 4:45 
GeneralRe: Statics in tab pages on WinXP? Pin
One Stone17-Jan-05 5:02
One Stone17-Jan-05 5:02 
GeneralRe: Statics in tab pages on WinXP? Pin
Martin Koorts17-Jan-05 5:26
Martin Koorts17-Jan-05 5:26 
GeneralRe: Statics in tab pages on WinXP? Pin
Dominik Reichl17-Jan-05 7:33
Dominik Reichl17-Jan-05 7:33 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 6:49
Antony M Kancidrowski17-Jan-05 6:49 
GeneralRe: Statics in tab pages on WinXP? Pin
Dominik Reichl17-Jan-05 7:34
Dominik Reichl17-Jan-05 7:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 9:33
Antony M Kancidrowski17-Jan-05 9:33 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 6:55
Antony M Kancidrowski17-Jan-05 6:55 
AnswerRe: Statics in tab pages on WinXP? Pin
Shog917-Jan-05 7:34
sitebuilderShog917-Jan-05 7:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 9:34
Antony M Kancidrowski17-Jan-05 9:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Dominik Reichl17-Jan-05 10:09
Dominik Reichl17-Jan-05 10:09 
GeneralRe: problem with threads Pin
Martin Koorts17-Jan-05 3:02
Martin Koorts17-Jan-05 3:02 
GeneralRe: problem with threads Pin
David Crow17-Jan-05 3:52
David Crow17-Jan-05 3:52 

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.