Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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
GeneralRe: random access writing? Pin
Carlos Antollini3-Jan-02 3:09
Carlos Antollini3-Jan-02 3:09 
GeneralDumping data structures binary into a file Pin
slacker2-Jan-02 7:31
slacker2-Jan-02 7:31 
GeneralRe: Dumping data structures binary into a file Pin
Erik Funkenbusch2-Jan-02 8:51
Erik Funkenbusch2-Jan-02 8:51 
GeneralRe: Dumping data structures binary into a file Pin
2-Jan-02 9:34
suss2-Jan-02 9:34 
Questionwhat are the includes for WM_KICKIDLE ??? Pin
Kuniva2-Jan-02 7:20
Kuniva2-Jan-02 7:20 
AnswerRe: what are the includes for WM_KICKIDLE ??? Pin
Michael Dunn2-Jan-02 7:34
sitebuilderMichael Dunn2-Jan-02 7:34 
GeneralRe: what are the includes for WM_KICKIDLE ??? Pin
Kuniva2-Jan-02 7:39
Kuniva2-Jan-02 7:39 
GeneralRe: what are the includes for WM_KICKIDLE ??? Pin
User 66582-Jan-02 9:21
User 66582-Jan-02 9:21 
GeneralRe: what are the includes for WM_KICKIDLE ??? Pin
Tim Smith2-Jan-02 9:33
Tim Smith2-Jan-02 9:33 
GeneralRe: what are the includes for WM_KICKIDLE ??? Pin
Carlos Antollini2-Jan-02 9:43
Carlos Antollini2-Jan-02 9:43 
GeneralRe: what are the includes for WM_KICKIDLE ??? Pin
Nish Nishant2-Jan-02 16:37
sitebuilderNish Nishant2-Jan-02 16:37 
AnswerRe: what are the includes for WM_KICKIDLE ??? Pin
Philip Patrick2-Jan-02 13:07
professionalPhilip Patrick2-Jan-02 13:07 
GeneralDynamically Creating code and executing it Pin
slacker2-Jan-02 7:12
slacker2-Jan-02 7:12 
GeneralRe: Dynamically Creating code and executing it Pin
Rickard Andersson202-Jan-02 7:18
Rickard Andersson202-Jan-02 7:18 
GeneralRe: Dynamically Creating code and executing it Pin
Ravi Bhavnani2-Jan-02 7:21
professionalRavi Bhavnani2-Jan-02 7:21 
GeneralRe: Dynamically Creating code and executing it Pin
Brian V Shifrin2-Jan-02 8:21
Brian V Shifrin2-Jan-02 8:21 
GeneralRe: Dynamically Creating code and executing it Pin
Rick York2-Jan-02 8:50
mveRick York2-Jan-02 8: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.