Click here to Skip to main content
15,890,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Release crashes but debug works. PinPopular
Luc Pattyn11-Apr-11 14:04
sitebuilderLuc Pattyn11-Apr-11 14:04 
GeneralRe: Release crashes but debug works. Pin
Albert Holguin11-Apr-11 14:09
professionalAlbert Holguin11-Apr-11 14:09 
AnswerRe: Release crashes but debug works. Pin
Albert Holguin11-Apr-11 14:07
professionalAlbert Holguin11-Apr-11 14:07 
GeneralRe: Release crashes but debug works. Pin
Cyclone_S11-Apr-11 15:42
Cyclone_S11-Apr-11 15:42 
GeneralRe: Release crashes but debug works. Pin
Albert Holguin11-Apr-11 15:57
professionalAlbert Holguin11-Apr-11 15:57 
GeneralRe: Release crashes but debug works. Pin
Stefan_Lang11-Apr-11 22:35
Stefan_Lang11-Apr-11 22:35 
GeneralRe: Release crashes but debug works. Pin
Albert Holguin12-Apr-11 4:14
professionalAlbert Holguin12-Apr-11 4:14 
GeneralRe: Release crashes but debug works. Pin
Stefan_Lang12-Apr-11 6:35
Stefan_Lang12-Apr-11 6:35 
My point of using >> is that you can read a variable with just one command rather than put it together byte by byte. It might be difficult though to change the code, depending on the complexity of the data structure within that file. Also, the data in that file have to be stored in the right way, i. e. using <<, to make sure they will be properly read using >>.

If all you ever use from ifstream is get(), then I have to ask, why use ifstream at all? That's like using MS Word for SMS... Wink | ;)
GeneralRe: Release crashes but debug works. Pin
Albert Holguin12-Apr-11 7:09
professionalAlbert Holguin12-Apr-11 7:09 
GeneralRe: Release crashes but debug works. Pin
Stefan_Lang12-Apr-11 21:23
Stefan_Lang12-Apr-11 21:23 
GeneralRe: Release crashes but debug works. Pin
Albert Holguin11-Apr-11 16:04
professionalAlbert Holguin11-Apr-11 16:04 
GeneralRe: Release crashes but debug works. Pin
Cyclone_S15-Apr-11 9:49
Cyclone_S15-Apr-11 9:49 
AnswerRe: Release crashes but debug works. Pin
Stefan_Lang11-Apr-11 22:23
Stefan_Lang11-Apr-11 22:23 
GeneralRe: Release crashes but debug works. Pin
Cyclone_S15-Apr-11 9:45
Cyclone_S15-Apr-11 9:45 
GeneralRe: Release crashes but debug works. Pin
Stefan_Lang26-Apr-11 0:28
Stefan_Lang26-Apr-11 0:28 
QuestionCMFCMenuBar, cleartype? [Solved] Pin
bob1697211-Apr-11 6:00
bob1697211-Apr-11 6:00 
AnswerRe: CMFCMenuBar, cleartype? Pin
Hans Dietrich11-Apr-11 6:23
mentorHans Dietrich11-Apr-11 6:23 
GeneralRe: CMFCMenuBar, cleartype? Pin
bob1697211-Apr-11 7:22
bob1697211-Apr-11 7:22 
AnswerRe: CMFCMenuBar, cleartype? Pin
Hans Dietrich11-Apr-11 13:02
mentorHans Dietrich11-Apr-11 13:02 
GeneralRe: CMFCMenuBar, cleartype? Pin
bob1697211-Apr-11 10:25
bob1697211-Apr-11 10:25 
QuestionHow to implement WebSocket Client in C Pin
Parthi_Appu11-Apr-11 1:48
Parthi_Appu11-Apr-11 1:48 
AnswerRe: How to implement WebSocket Client in C PinPopular
«_Superman_»11-Apr-11 2:24
professional«_Superman_»11-Apr-11 2:24 
GeneralRe: How to implement WebSocket Client in C Pin
Parthi_Appu11-Apr-11 20:49
Parthi_Appu11-Apr-11 20:49 
GeneralRe: How to implement WebSocket Client in C Pin
markkuk11-Apr-11 23:26
markkuk11-Apr-11 23:26 
GeneralRe: How to implement WebSocket Client in C Pin
Parthi_Appu12-Apr-11 2:58
Parthi_Appu12-Apr-11 2:58 

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.