Click here to Skip to main content
15,912,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Monitor messages Pin
Christian Graus2-Jan-02 15:59
protectorChristian Graus2-Jan-02 15:59 
GeneralRe: Monitor messages Pin
56789012342-Jan-02 20:57
56789012342-Jan-02 20:57 
GeneralObject serialization without using MFC Pin
Pieter Viljoen2-Jan-02 14:02
Pieter Viljoen2-Jan-02 14:02 
QuestionSTLPort anyone ??? Pin
Christian Graus2-Jan-02 13:09
protectorChristian Graus2-Jan-02 13:09 
AnswerRe: STLPort anyone ??? Pin
Philip Patrick2-Jan-02 23:44
professionalPhilip Patrick2-Jan-02 23:44 
GeneralRe: STLPort anyone ??? Pin
Christian Graus3-Jan-02 0:02
protectorChristian Graus3-Jan-02 0:02 
GeneralRe: STLPort anyone ??? Pin
Philip Patrick3-Jan-02 0:09
professionalPhilip Patrick3-Jan-02 0:09 
GeneralRe: STLPort anyone ??? Pin
Alexander Berthold3-Jan-02 0:10
Alexander Berthold3-Jan-02 0:10 
GeneralRe: STLPort anyone ??? Pin
Christian Graus3-Jan-02 1:29
protectorChristian Graus3-Jan-02 1:29 
GeneralGetting Monitor Name Pin
2-Jan-02 12:23
suss2-Jan-02 12:23 
GeneralRe: Getting Monitor Name Pin
Nish Nishant2-Jan-02 16:36
sitebuilderNish Nishant2-Jan-02 16:36 
GeneralRe: Getting Monitor Name Pin
3-Jan-02 6:13
suss3-Jan-02 6:13 
GeneralBook advice please! Pin
Rickard Andersson202-Jan-02 11:50
Rickard Andersson202-Jan-02 11:50 
GeneralRe: Book advice please! Pin
Tomasso7-Jan-02 7:00
Tomasso7-Jan-02 7:00 
GeneralFor whom the Mutex waits Pin
Bill Wilson2-Jan-02 10:30
Bill Wilson2-Jan-02 10:30 
GeneralVertical PropertySheet Tab Labels Pin
Ken Goguen2-Jan-02 9:42
Ken Goguen2-Jan-02 9:42 
GeneralMapping interfaces to IIDs Pin
Klaus Probst2-Jan-02 9:10
Klaus Probst2-Jan-02 9:10 
GeneralRe: Mapping interfaces to IIDs Pin
Bill Wilson2-Jan-02 10:22
Bill Wilson2-Jan-02 10:22 
GeneralRe: Mapping interfaces to IIDs Pin
Klaus Probst2-Jan-02 10:34
Klaus Probst2-Jan-02 10:34 
Questionright way to save listbox data = ? Pin
Kuniva2-Jan-02 8:28
Kuniva2-Jan-02 8:28 
AnswerRe: right way to save listbox data = ? Pin
Carlos Antollini2-Jan-02 9:28
Carlos Antollini2-Jan-02 9:28 
Generalrandom access writing? Pin
Kuniva2-Jan-02 11:22
Kuniva2-Jan-02 11:22 
GeneralRe: random access writing? Pin
Carlos Antollini3-Jan-02 2:43
Carlos Antollini3-Jan-02 2:43 
GeneralRe: random access writing? Pin
Kuniva3-Jan-02 2:49
Kuniva3-Jan-02 2:49 
GeneralRe: random access writing? Pin
Kuniva3-Jan-02 3:00
Kuniva3-Jan-02 3:00 
oops, i took a look in the MSDN and there appears to be something as random file access afterall i think, allthough i dont fully understand it, here's what it said:


CFile::Seek
This method repositions the pointer in a previously opened file. The Seek method permits random access to the contents of a file by moving the pointer a specified amount, absolutely or relatively. No data is actually read during the seek. If the requested position is larger than the size of the file, the file length will be extended to that position, and no exception will be thrown.



Kuniva

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.