Click here to Skip to main content
15,887,869 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: iterator & operator overloading error Pin
Avi Berger24-Jan-10 9:10
Avi Berger24-Jan-10 9:10 
GeneralRe: iterator & operator overloading error Pin
khomeyni24-Jan-10 9:23
khomeyni24-Jan-10 9:23 
GeneralRe: iterator & operator overloading error Pin
khomeyni24-Jan-10 9:27
khomeyni24-Jan-10 9:27 
GeneralRe: iterator & operator overloading error Pin
Avi Berger24-Jan-10 9:35
Avi Berger24-Jan-10 9:35 
Questionwhat are these process with user name SYSTEM Pin
Joseph Marzbani24-Jan-10 5:20
Joseph Marzbani24-Jan-10 5:20 
AnswerRe: what are these process with user name SYSTEM Pin
«_Superman_»24-Jan-10 15:53
professional«_Superman_»24-Jan-10 15:53 
QuestionMove "CArchive" file pointer backward. Pin
CODEPC23-Jan-10 8:11
CODEPC23-Jan-10 8:11 
AnswerRe: Move "CArchive" file pointer backward. [modified] Pin
Emilio Garavaglia23-Jan-10 10:42
Emilio Garavaglia23-Jan-10 10:42 
CArchive is not a file, it manages a number of internal data to handle the serialization process, that must remain synchronized with the file itself.
Unless you want to mess-up the file content, you shouldn't move any CArchive "file pointer" (note that CArchive does not define such concept) nor you uattempt any seek to the CFile associated with CArchive.

The proper way to do that is, after saving is finished, close the archive,
cleanup the application in-memory data,
open the archive again for reading (you'd better to constrict another one, not use the same) and read the data from it.


2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:


modified on Monday, January 25, 2010 4:50 AM

QuestionMessage Removed Pin
23-Jan-10 6:55
CODEPC23-Jan-10 6:55 
QuestionRe: CFile seek backward Pin
David Crow23-Jan-10 7:07
David Crow23-Jan-10 7:07 
AnswerRe: CFile seek backward Pin
Emilio Garavaglia23-Jan-10 10:44
Emilio Garavaglia23-Jan-10 10:44 
Questionhow to send params to php script Pin
tfzxyinhao23-Jan-10 5:43
tfzxyinhao23-Jan-10 5:43 
AnswerRe: how to send params to php script Pin
Rajesh R Subramanian23-Jan-10 5:46
professionalRajesh R Subramanian23-Jan-10 5:46 
GeneralRe: how to send params to php script Pin
tfzxyinhao23-Jan-10 5:59
tfzxyinhao23-Jan-10 5:59 
AnswerRe: how to send params to php script Pin
Code-o-mat24-Jan-10 0:45
Code-o-mat24-Jan-10 0:45 
GeneralRe: how to send params to php script Pin
tfzxyinhao24-Jan-10 20:18
tfzxyinhao24-Jan-10 20:18 
GeneralRe: how to send params to php script Pin
Code-o-mat24-Jan-10 21:54
Code-o-mat24-Jan-10 21:54 
GeneralRe: how to send params to php script Pin
tfzxyinhao24-Jan-10 23:43
tfzxyinhao24-Jan-10 23:43 
GeneralRe: how to send params to php script Pin
markkuk25-Jan-10 0:00
markkuk25-Jan-10 0:00 
GeneralRe: how to send params to php script Pin
tfzxyinhao25-Jan-10 2:12
tfzxyinhao25-Jan-10 2:12 
GeneralRe: how to send params to php script Pin
Code-o-mat25-Jan-10 0:25
Code-o-mat25-Jan-10 0:25 
AnswerRe: how to send params to php script Pin
markkuk24-Jan-10 3:44
markkuk24-Jan-10 3:44 
GeneralRe: how to send params to php script Pin
tfzxyinhao24-Jan-10 5:34
tfzxyinhao24-Jan-10 5:34 
QuestionHow can increase height of List Control Columns? Pin
Le@rner23-Jan-10 0:30
Le@rner23-Jan-10 0:30 
AnswerRe: How can increase height of List Control Columns? Pin
Rolf Kristensen26-Jan-10 9:12
Rolf Kristensen26-Jan-10 9:12 

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.