Click here to Skip to main content
15,896,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Lost resources again... Pin
CherezZaboro24-Apr-03 6:43
CherezZaboro24-Apr-03 6:43 
GeneralCopying folders to another device Pin
Stefan Spenz21-Apr-03 9:13
Stefan Spenz21-Apr-03 9:13 
GeneralRe: Copying folders to another device Pin
valikac21-Apr-03 9:40
valikac21-Apr-03 9:40 
GeneralRe: Copying folders to another device Pin
_Theo_22-Apr-03 3:51
_Theo_22-Apr-03 3:51 
GeneralRe: Copying folders to another device Pin
Stefan Spenz22-Apr-03 8:08
Stefan Spenz22-Apr-03 8:08 
GeneralDetecting end of file using CFile.. Pin
IrishSonic21-Apr-03 8:55
IrishSonic21-Apr-03 8:55 
GeneralRe: Detecting end of file using CFile.. Pin
Ravi Bhavnani21-Apr-03 9:13
professionalRavi Bhavnani21-Apr-03 9:13 
GeneralRe: Detecting end of file using CFile.. Pin
Gary Kirkham21-Apr-03 9:14
Gary Kirkham21-Apr-03 9:14 
CFile has no eof function. To test for eof you should check the return value from the read function. if the return value is less than the number of bytes you requested to be read, then the end of file has been reached.

Gary Kirkham

A working Program is one that has only unobserved bugs

I thought I wanted a career, turns out I just wanted paychecks
Generaldynamic activex event Pin
megabuffer21-Apr-03 8:45
megabuffer21-Apr-03 8:45 
GeneralMDI/SDI Don't Fit...I need a Project-based Architecture Pin
Barry Etter21-Apr-03 7:48
Barry Etter21-Apr-03 7:48 
GeneralRe: MDI/SDI Don't Fit...I need a Project-based Architecture Pin
Chris Richardson21-Apr-03 9:14
Chris Richardson21-Apr-03 9:14 
GeneralRe: MDI/SDI Don't Fit...I need a Project-based Architecture Pin
Neville Franks21-Apr-03 12:08
Neville Franks21-Apr-03 12:08 
QuestionHow to Call a function from another class Pin
gmlnd21-Apr-03 7:44
gmlnd21-Apr-03 7:44 
AnswerRe: How to Call a function from another class Pin
David Crow21-Apr-03 7:47
David Crow21-Apr-03 7:47 
AnswerRe: How to Call a function from another class Pin
AnkushChopra21-Apr-03 19:10
AnkushChopra21-Apr-03 19:10 
GeneralRe: How to Call a function from another class Pin
gmlnd22-Apr-03 5:32
gmlnd22-Apr-03 5:32 
Generalhelp me@!Graphics and vectorgraph Pin
vagabond200221-Apr-03 7:16
vagabond200221-Apr-03 7:16 
GeneralRe: help me@!Graphics and vectorgraph Pin
John R. Shaw22-Apr-03 20:28
John R. Shaw22-Apr-03 20:28 
GeneralPeekMessage hanging Pin
Dave_21-Apr-03 6:57
Dave_21-Apr-03 6:57 
GeneralRe: PeekMessage hanging Pin
David Crow21-Apr-03 8:03
David Crow21-Apr-03 8:03 
GeneralRe: PeekMessage hanging Pin
Dave_21-Apr-03 9:32
Dave_21-Apr-03 9:32 
GeneralDeviceIoControl / GetOverlappedResult misbehaving Pin
Brian Tietz21-Apr-03 6:33
Brian Tietz21-Apr-03 6:33 
Generalwindows get bored me Pin
karanba21-Apr-03 6:01
karanba21-Apr-03 6:01 
GeneralRe: windows get bored me Pin
David Crow21-Apr-03 8:06
David Crow21-Apr-03 8:06 
Generaltem out for winsocks Pin
karanba21-Apr-03 5:50
karanba21-Apr-03 5:50 

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.