Click here to Skip to main content
15,899,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsorting list using hexadecimal values Pin
VCProgrammer21-Dec-11 21:20
VCProgrammer21-Dec-11 21:20 
AnswerRe: sorting list using hexadecimal values Pin
Richard MacCutchan21-Dec-11 22:00
mveRichard MacCutchan21-Dec-11 22:00 
GeneralRe: sorting list using hexadecimal values Pin
Mohibur Rashid21-Dec-11 22:26
professionalMohibur Rashid21-Dec-11 22:26 
AnswerRe: sorting list using hexadecimal values Pin
CPallini21-Dec-11 22:50
mveCPallini21-Dec-11 22:50 
Questioncrash in memory heap allocation - windows 7 - Unicode project Pin
zon_cpp21-Dec-11 21:04
zon_cpp21-Dec-11 21:04 
AnswerRe: crash in memory heap allocation - windows 7 - Unicode project Pin
Richard MacCutchan21-Dec-11 22:05
mveRichard MacCutchan21-Dec-11 22:05 
GeneralRe: crash in memory heap allocation - windows 7 - Unicode project Pin
zon_cpp21-Dec-11 22:08
zon_cpp21-Dec-11 22:08 
GeneralRe: crash in memory heap allocation - windows 7 - Unicode project Pin
Mohibur Rashid21-Dec-11 22:31
professionalMohibur Rashid21-Dec-11 22:31 
Different is Windows 7 is giving you better security(probably)

Here is an example of how heap crashed
In one of my application I defined a string variable with the size of 20, I was reading the text from a text box. But User Put more than 20 character in that box.

It never crash in xp. But Do worse it destroy another value which has been defined right after that sting variable.
So, Its better it crashed cause at least you know where you can find the problem
GeneralRe: crash in memory heap allocation - windows 7 - Unicode project Pin
zon_cpp21-Dec-11 22:50
zon_cpp21-Dec-11 22:50 
GeneralRe: crash in memory heap allocation - windows 7 - Unicode project Pin
Richard MacCutchan22-Dec-11 1:00
mveRichard MacCutchan22-Dec-11 1:00 
GeneralRe: crash in memory heap allocation - windows 7 - Unicode project Pin
Richard MacCutchan21-Dec-11 22:51
mveRichard MacCutchan21-Dec-11 22:51 
AnswerRe: crash in memory heap allocation - windows 7 - Unicode project Pin
Erudite_Eric22-Dec-11 0:14
Erudite_Eric22-Dec-11 0:14 
AnswerRe: crash in memory heap allocation - windows 7 - Unicode project Pin
Chuck O'Toole22-Dec-11 4:26
Chuck O'Toole22-Dec-11 4:26 
AnswerRe: crash in memory heap allocation - windows 7 - Unicode project Pin
Albert Holguin22-Dec-11 5:21
professionalAlbert Holguin22-Dec-11 5:21 
Questionabout DLL dependencies Pin
ryan218921-Dec-11 5:37
ryan218921-Dec-11 5:37 
AnswerRe: about DLL dependencies Pin
Richard Andrew x6422-Dec-11 10:10
professionalRichard Andrew x6422-Dec-11 10:10 
AnswerRe: about DLL dependencies Pin
Lactoferrin22-Dec-11 21:14
Lactoferrin22-Dec-11 21:14 
Questioncalling a function multple times, clears previous values Pin
jkirkerx20-Dec-11 17:14
professionaljkirkerx20-Dec-11 17:14 
AnswerRe: calling a function multple times, clears previous values Pin
Richard MacCutchan20-Dec-11 21:46
mveRichard MacCutchan20-Dec-11 21:46 
GeneralRe: calling a function multple times, clears previous values Pin
jkirkerx21-Dec-11 6:16
professionaljkirkerx21-Dec-11 6:16 
QuestionRe: calling a function multple times, clears previous values Pin
David Crow21-Dec-11 2:38
David Crow21-Dec-11 2:38 
AnswerRe: calling a function multple times, clears previous values Pin
jkirkerx21-Dec-11 6:23
professionaljkirkerx21-Dec-11 6:23 
AnswerRe: calling a function multple times, clears previous values Pin
David Crow21-Dec-11 7:54
David Crow21-Dec-11 7:54 
GeneralRe: calling a function multple times, clears previous values Pin
jkirkerx21-Dec-11 8:15
professionaljkirkerx21-Dec-11 8:15 
GeneralMuch better now Pin
jkirkerx23-Dec-11 12:48
professionaljkirkerx23-Dec-11 12:48 

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.