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

C / C++ / MFC

 
Generalifstream eof() Pin
ns16-Mar-04 8:00
ns16-Mar-04 8:00 
GeneralRe: ifstream eof() Pin
Gary R. Wheeler16-Mar-04 14:10
Gary R. Wheeler16-Mar-04 14:10 
GeneralRe: ifstream eof() Pin
ns18-Mar-04 1:02
ns18-Mar-04 1:02 
Generalfunction timing Pin
josh052616-Mar-04 7:55
josh052616-Mar-04 7:55 
GeneralRe: function timing Pin
Maximilien16-Mar-04 8:00
Maximilien16-Mar-04 8:00 
GeneralRe: function timing Pin
David Crow16-Mar-04 8:53
David Crow16-Mar-04 8:53 
GeneralGHAAAAAAARGH!!! STATUS_ACCESS VIOLATION Pin
mmica16-Mar-04 6:27
mmica16-Mar-04 6:27 
GeneralRe: GHAAAAAAARGH!!! STATUS_ACCESS VIOLATION Pin
Daniel Turini16-Mar-04 7:48
Daniel Turini16-Mar-04 7:48 
Probably the heap got corrupted before your malloc call. A buffer overrun is the most common cause, and it's usually a hard thing to find; there are several tools on the market to help debug heap corruption.
A simple (and cheap) thing to try is calling _CrtSetDbgFlag with at least the _CRTDBG_CHECK_ALWAYS_DF flag set.


Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski
Questionwho know how to make a menu bar in Win32 console application?? Pin
Jeff TTT16-Mar-04 5:56
Jeff TTT16-Mar-04 5:56 
AnswerRe: who know how to make a menu bar in Win32 console application?? Pin
JWood16-Mar-04 6:09
JWood16-Mar-04 6:09 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
Jeff TTT16-Mar-04 6:14
Jeff TTT16-Mar-04 6:14 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
JWood16-Mar-04 7:26
JWood16-Mar-04 7:26 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
Jeff TTT16-Mar-04 7:38
Jeff TTT16-Mar-04 7:38 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
Maximilien16-Mar-04 7:47
Maximilien16-Mar-04 7:47 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
JWood16-Mar-04 8:45
JWood16-Mar-04 8:45 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
JWood16-Mar-04 8:44
JWood16-Mar-04 8:44 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
Jeff TTT16-Mar-04 8:52
Jeff TTT16-Mar-04 8:52 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
JWood16-Mar-04 9:03
JWood16-Mar-04 9:03 
AnswerRe: who know how to make a menu bar in Win32 console application?? Pin
Maximilien16-Mar-04 7:51
Maximilien16-Mar-04 7:51 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
looloo8316-Mar-04 8:07
susslooloo8316-Mar-04 8:07 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
David Crow16-Mar-04 8:51
David Crow16-Mar-04 8:51 
GeneralRe: who know how to make a menu bar in Win32 console application?? Pin
Maximilien16-Mar-04 9:02
Maximilien16-Mar-04 9:02 
GeneralBoost Library Inclusion Pin
telstar16-Mar-04 5:55
telstar16-Mar-04 5:55 
GeneralRe: Boost Library Inclusion Pin
User 665816-Mar-04 7:23
User 665816-Mar-04 7:23 
GeneralRe: Boost Library Inclusion Pin
telstar16-Mar-04 7:51
telstar16-Mar-04 7:51 

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.