Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl? Pin
dipuks15-Jan-06 18:15
dipuks15-Jan-06 18:15 
QuestionTrying to get an object to bounce back and forth Pin
chadsxe12-Jan-06 13:36
chadsxe12-Jan-06 13:36 
AnswerRe: Trying to get an object to bounce back and forth Pin
Stephen Hewitt12-Jan-06 14:01
Stephen Hewitt12-Jan-06 14:01 
AnswerRe: Trying to get an object to bounce back and forth Pin
Bob Flynn13-Jan-06 0:39
Bob Flynn13-Jan-06 0:39 
Questionofstream driving me nuts Pin
Brian van der Beek12-Jan-06 11:00
Brian van der Beek12-Jan-06 11:00 
AnswerRe: ofstream driving me nuts Pin
Christian Graus12-Jan-06 12:57
protectorChristian Graus12-Jan-06 12:57 
GeneralRe: ofstream driving me nuts Pin
Brian van der Beek12-Jan-06 20:25
Brian van der Beek12-Jan-06 20:25 
GeneralRe: ofstream driving me nuts Pin
__yb13-Jan-06 12:05
__yb13-Jan-06 12:05 
Thats probably because of caching:
The function's local stream is closed as the function exists so the file is flushed to disk and closed.
On the other hand, the class member stream is not flushed so u c a file but no data.
To check this u just have to flush the file explicitly.

[I'd paste some code here but I use FILE*fh=fopen or CreateFile. Never c++ streams nor CFile]
QuestionC# DLL Pin
siedell12-Jan-06 10:40
siedell12-Jan-06 10:40 
AnswerRe: C# DLL Pin
Christian Graus12-Jan-06 12:56
protectorChristian Graus12-Jan-06 12:56 
QuestionWas It Wininet? Pin
GreenLantern12-Jan-06 9:51
GreenLantern12-Jan-06 9:51 
AnswerRe: Was It Wininet? Pin
Chris Losinger12-Jan-06 10:38
professionalChris Losinger12-Jan-06 10:38 
GeneralRe: Was It Wininet? Pin
GreenLantern12-Jan-06 13:05
GreenLantern12-Jan-06 13:05 
GeneralRe: Was It Wininet? Pin
Chris Losinger12-Jan-06 15:01
professionalChris Losinger12-Jan-06 15:01 
QuestionHow to simulate a line function? Pin
Ming Luo12-Jan-06 8:52
Ming Luo12-Jan-06 8:52 
AnswerRe: How to simulate a line function? Pin
Curtis Schlak.12-Jan-06 10:51
Curtis Schlak.12-Jan-06 10:51 
QuestionCompiling log4cpp or advice for a log api Pin
julian_ross12-Jan-06 8:03
julian_ross12-Jan-06 8:03 
AnswerRe: Compiling log4cpp or advice for a log api Pin
Chris Losinger12-Jan-06 8:39
professionalChris Losinger12-Jan-06 8:39 
GeneralRe: Compiling log4cpp or advice for a log api Pin
julian_ross12-Jan-06 8:50
julian_ross12-Jan-06 8:50 
GeneralRe: Compiling log4cpp or advice for a log api Pin
Bob Flynn12-Jan-06 9:56
Bob Flynn12-Jan-06 9:56 
GeneralRe: Compiling log4cpp or advice for a log api Pin
Julian_CT2K212-Jan-06 22:09
Julian_CT2K212-Jan-06 22:09 
GeneralRe: Compiling log4cpp or advice for a log api Pin
zildjohn0112-Jan-06 10:31
zildjohn0112-Jan-06 10:31 
QuestionTrouble with preprocessor logic Pin
Rob G12-Jan-06 7:56
Rob G12-Jan-06 7:56 
AnswerRe: Preprocessor logic Pin
Chris Losinger12-Jan-06 8:12
professionalChris Losinger12-Jan-06 8:12 
GeneralRe: Preprocessor logic Pin
Rob G12-Jan-06 8:34
Rob G12-Jan-06 8:34 

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.