Click here to Skip to main content
16,012,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: memory heap problem Pin
Matthew Faithfull28-May-07 23:48
Matthew Faithfull28-May-07 23:48 
AnswerRe: memory heap problem Pin
Stephen Hewitt29-May-07 14:01
Stephen Hewitt29-May-07 14:01 
Questionvideo streaming Pin
tyagineha28-May-07 23:13
tyagineha28-May-07 23:13 
AnswerRe: video streaming Pin
Roger Stoltz28-May-07 23:34
Roger Stoltz28-May-07 23:34 
AnswerRe: video streaming [modified] Pin
Amar Sutar28-May-07 23:55
Amar Sutar28-May-07 23:55 
QuestionRe: video streaming Pin
tyagineha29-May-07 0:46
tyagineha29-May-07 0:46 
QuestionDetecting the end of the file Pin
Aint28-May-07 23:01
Aint28-May-07 23:01 
AnswerRe: Detecting the end of the file Pin
Moonis Ahmed28-May-07 23:37
Moonis Ahmed28-May-07 23:37 
Hi,

There is an end of file function eof() which you can use. It is a boolean function which returns a non-zero number when the end of file is reached otherwise it returns zero (meaning false).
You will have to use a stream variable to use the function.

A very simple article explaining the function is here:
http://www.mathbits.org/MathBits/CompSci/Files/End.htm

Hope this helps.

- Moonis
QuestionRe: Detecting the end of the file Pin
David Crow29-May-07 4:04
David Crow29-May-07 4:04 
AnswerRe: Detecting the end of the file Pin
Aint29-May-07 17:01
Aint29-May-07 17:01 
QuestionRe: Detecting the end of the file Pin
David Crow30-May-07 2:39
David Crow30-May-07 2:39 
Question[Message Deleted] Pin
garfield18528-May-07 22:36
garfield18528-May-07 22:36 
AnswerRe: Cannot write in an Edit Box Pin
Naveen28-May-07 22:46
Naveen28-May-07 22:46 
GeneralRe: Cannot write in an Edit Box Pin
garfield18528-May-07 22:48
garfield18528-May-07 22:48 
GeneralRe: Cannot write in an Edit Box Pin
Naveen28-May-07 23:03
Naveen28-May-07 23:03 
AnswerRe: Cannot write in an Edit Box Pin
_AnsHUMAN_ 28-May-07 22:49
_AnsHUMAN_ 28-May-07 22:49 
GeneralRe: Cannot write in an Edit Box Pin
garfield18528-May-07 22:58
garfield18528-May-07 22:58 
GeneralRe: Cannot write in an Edit Box Pin
garfield18528-May-07 23:09
garfield18528-May-07 23:09 
GeneralRe: Cannot write in an Edit Box Pin
David Crow29-May-07 4:08
David Crow29-May-07 4:08 
AnswerRe: Cannot write in an Edit Box Pin
Hamid_RT29-May-07 0:19
Hamid_RT29-May-07 0:19 
GeneralRe: Cannot write in an Edit Box Pin
garfield18529-May-07 0:34
garfield18529-May-07 0:34 
GeneralRe: Cannot write in an Edit Box Pin
Hamid_RT29-May-07 0:46
Hamid_RT29-May-07 0:46 
QuestionPreTranslateMessage Pin
garfield18528-May-07 22:07
garfield18528-May-07 22:07 
AnswerRe: PreTranslateMessage Pin
Stephen Hewitt28-May-07 22:12
Stephen Hewitt28-May-07 22:12 
GeneralRe: PreTranslateMessage Pin
garfield18528-May-07 22:18
garfield18528-May-07 22:18 

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.