Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VS2008 Pin
Rajesh R Subramanian21-Feb-09 21:11
professionalRajesh R Subramanian21-Feb-09 21:11 
Questionhow to display Images in ListBox Rows. [modified] Pin
hemlat20-Feb-09 22:22
hemlat20-Feb-09 22:22 
AnswerRe: how to display Images in ListBox Rows. Pin
Gary R. Wheeler21-Feb-09 2:41
Gary R. Wheeler21-Feb-09 2:41 
AnswerRe: how to display Images in ListBox Rows. Pin
SandipG 21-Feb-09 8:58
SandipG 21-Feb-09 8:58 
QuestionHelp requested: "Debug assert failed" with process hang Pin
Andrew McAuley20-Feb-09 22:20
Andrew McAuley20-Feb-09 22:20 
AnswerRe: Help requested: "Debug assert failed" with process hang Pin
Gary R. Wheeler21-Feb-09 2:48
Gary R. Wheeler21-Feb-09 2:48 
GeneralRe: Help requested: "Debug assert failed" with process hang Pin
Andrew McAuley21-Feb-09 7:53
Andrew McAuley21-Feb-09 7:53 
GeneralRe: Help requested: "Debug assert failed" with process hang Pin
Gary R. Wheeler21-Feb-09 9:24
Gary R. Wheeler21-Feb-09 9:24 
If the program is simple (your description made it sound like that was the case), single-stepping through it and verifying that each statement does exactly what you think it does is a valid approach. Look for side effects, possible buffer overruns, and things like that.

Barring that, you might post some of the code here, and let us have a look, if it's not horribly lengthy.

The STL container classes can occasionally be a double-edged sword. They are very capable, but I've seen folks do some foolhardy things with them (think void pointers, up and down casts, and that sort of thing).

Software Zen: delete this;
Fold With Us![^]

GeneralRe: Help requested: "Debug assert failed" with process hang Pin
Andrew McAuley21-Feb-09 11:45
Andrew McAuley21-Feb-09 11:45 
GeneralRe: Help requested: "Debug assert failed" with process hang Pin
Gary R. Wheeler21-Feb-09 15:32
Gary R. Wheeler21-Feb-09 15:32 
GeneralRe: Help requested: "Debug assert failed" with process hang Pin
Nish Nishant22-Feb-09 7:07
sitebuilderNish Nishant22-Feb-09 7:07 
GeneralRe: Help requested: "Debug assert failed" with process hang Pin
Gary R. Wheeler22-Feb-09 7:31
Gary R. Wheeler22-Feb-09 7:31 
QuestionHow to change the property of FlexGrid ActiveX control [modified] Pin
pandit8420-Feb-09 22:18
pandit8420-Feb-09 22:18 
Questionhow to maximize window Pin
hemlat20-Feb-09 20:49
hemlat20-Feb-09 20:49 
AnswerRe: how to maximize window Pin
«_Superman_»20-Feb-09 21:02
professional«_Superman_»20-Feb-09 21:02 
GeneralRe: how to maximize window Pin
hemlat20-Feb-09 21:48
hemlat20-Feb-09 21:48 
AnswerRe: how to maximize window Pin
Perspx20-Feb-09 21:02
Perspx20-Feb-09 21:02 
GeneralRe: how to maximize window Pin
hemlat20-Feb-09 21:54
hemlat20-Feb-09 21:54 
GeneralRe: how to maximize window Pin
hemlat20-Feb-09 22:11
hemlat20-Feb-09 22:11 
QuestionHow do I know status of a service in a remote machine ? Pin
SherTeks20-Feb-09 19:00
SherTeks20-Feb-09 19:00 
AnswerRe: How do I know status of a service in a remote machine ? Pin
«_Superman_»20-Feb-09 19:52
professional«_Superman_»20-Feb-09 19:52 
GeneralRe: How do I know status of a service in a remote machine ? Pin
SherTeks20-Feb-09 20:10
SherTeks20-Feb-09 20:10 
QuestionError Creating Device Enumerator....... Pin
shaina223120-Feb-09 16:47
shaina223120-Feb-09 16:47 
AnswerRe:Solution for Error Creating Device Enumerator....... Pin
shaina223120-Feb-09 18:27
shaina223120-Feb-09 18:27 
QuestionUgly C code Pin
meixiang620-Feb-09 13:16
meixiang620-Feb-09 13:16 

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.