Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: random access writing? Pin
Carlos Antollini3-Jan-02 3:09
Carlos Antollini3-Jan-02 3:09 
The Seek make that you can move into the file, the bytes that you enters in the first parameter...
If you want to go to the beguin of the file you must to put 0 or CFile::begin in the second parameter.
You can read from that position.
For example if you have that you need to read 4 bytes from the 30th byte, you need to do
<br />
...<br />
pFile.Seek(30, CFile::begin);<br />
pFile.Read(pbuf, 4);<br />
...<br />


Carlos Antollini.
Sonork ID 100.10529 cantollini
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 
GeneralRe: Dynamically Creating code and executing it Pin
2-Jan-02 9:28
suss2-Jan-02 9:28 

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.