Click here to Skip to main content
15,891,849 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: question about MAPI C++ and ms office outlook Pin
monsieur_jj6-Sep-07 22:51
monsieur_jj6-Sep-07 22:51 
Questionwhat is the message when Service abruptly stopped Pin
Yashusid6-Sep-07 18:23
Yashusid6-Sep-07 18:23 
Questionbitmaps & regions [modified] Pin
zqueezy6-Sep-07 14:39
zqueezy6-Sep-07 14:39 
AnswerRe: bitmaps & regions Pin
Mark Salsbery6-Sep-07 16:34
Mark Salsbery6-Sep-07 16:34 
AnswerRe: I solved it now! Pin
zqueezy6-Sep-07 20:57
zqueezy6-Sep-07 20:57 
GeneralRe: I solved it now! Pin
Mark Salsbery7-Sep-07 6:00
Mark Salsbery7-Sep-07 6:00 
QuestionWriting integer values to file using streams [modified] Pin
Cyrilix6-Sep-07 12:33
Cyrilix6-Sep-07 12:33 
AnswerRe: Writing integer values to file using streams Pin
Mark Salsbery6-Sep-07 14:29
Mark Salsbery6-Sep-07 14:29 
Does something like this work better?
ofstream geomFile("C:\\file.dat", ios::binary);
for (int i = 0; i < numOrds; ++i)
   geomFile << ordX[i];
for (int i = 0; i < numOrds; ++i)
   geomFile << ordY[i];

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Writing integer values to file using streams Pin
Cyrilix6-Sep-07 14:36
Cyrilix6-Sep-07 14:36 
GeneralRe: Writing integer values to file using streams Pin
Mark Salsbery6-Sep-07 16:18
Mark Salsbery6-Sep-07 16:18 
GeneralRe: Writing integer values to file using streams Pin
Cyrilix6-Sep-07 16:57
Cyrilix6-Sep-07 16:57 
QuestionOverride afx msg box (pop up) Pin
AeJai6-Sep-07 10:04
AeJai6-Sep-07 10:04 
AnswerRe: Override afx msg box (pop up) Pin
Mark Salsbery6-Sep-07 13:53
Mark Salsbery6-Sep-07 13:53 
QuestionConsole redirection Pin
Waldermort6-Sep-07 9:22
Waldermort6-Sep-07 9:22 
AnswerRe: Console redirection Pin
Waldermort6-Sep-07 11:59
Waldermort6-Sep-07 11:59 
QuestionIs there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
abiemann6-Sep-07 7:00
abiemann6-Sep-07 7:00 
QuestionRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
David Crow6-Sep-07 7:09
David Crow6-Sep-07 7:09 
AnswerRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
abiemann6-Sep-07 7:36
abiemann6-Sep-07 7:36 
GeneralRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? [modified] Pin
abiemann6-Sep-07 8:03
abiemann6-Sep-07 8:03 
GeneralRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
Mark Salsbery6-Sep-07 8:22
Mark Salsbery6-Sep-07 8:22 
GeneralRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
Mark Salsbery6-Sep-07 8:27
Mark Salsbery6-Sep-07 8:27 
GeneralRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? [modified] Pin
abiemann6-Sep-07 8:33
abiemann6-Sep-07 8:33 
QuestionRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
David Crow6-Sep-07 8:41
David Crow6-Sep-07 8:41 
AnswerRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
abiemann6-Sep-07 8:52
abiemann6-Sep-07 8:52 
QuestionRe: Is there an equivalent to SuspendLayout/ResumeLayout for a MFC Dialog ? Pin
David Crow6-Sep-07 8:56
David Crow6-Sep-07 8:56 

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.