Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Automated MS Word and VC++ Pin
DaTxomin2-Aug-06 13:45
DaTxomin2-Aug-06 13:45 
GeneralRe: Automated MS Word and VC++ Pin
georgekjolly2-Aug-06 17:35
georgekjolly2-Aug-06 17:35 
QuestionNetUserGetInfo Problems - PLZ Help Pin
Programm3r2-Aug-06 5:21
Programm3r2-Aug-06 5:21 
QuestionRe: NetUserGetInfo Problems - PLZ Help Pin
David Crow2-Aug-06 5:53
David Crow2-Aug-06 5:53 
QuestionSize of an empty class Pin
Sarath C2-Aug-06 4:46
Sarath C2-Aug-06 4:46 
AnswerRe: Size of an empty class Pin
Zac Howland2-Aug-06 5:15
Zac Howland2-Aug-06 5:15 
GeneralRe: Size of an empty class Pin
Sarath C2-Aug-06 5:24
Sarath C2-Aug-06 5:24 
GeneralRe: Size of an empty class Pin
Zac Howland2-Aug-06 5:45
Zac Howland2-Aug-06 5:45 
Sarath. wrote:
int* p1 = new int[0];


That line will actually cause a memory corruption. It has been mentioned that the compilers should treat this as an error when the new standard is released, but if you try it on certain compilers right now, it won't give you an error. If you do it with Microsoft's compiler, you usually get a weird looking message box that pops up and tells you that the memory has been corrupted.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: Size of an empty class Pin
Sarath C2-Aug-06 18:59
Sarath C2-Aug-06 18:59 
AnswerRe: Size of an empty class [modified] Pin
prasad_som2-Aug-06 20:56
prasad_som2-Aug-06 20:56 
GeneralRe: Size of an empty class Pin
Zac Howland3-Aug-06 3:28
Zac Howland3-Aug-06 3:28 
AnswerRe: Size of an empty class Pin
David Crow2-Aug-06 5:51
David Crow2-Aug-06 5:51 
QuestionAnchor a dialog to another dialog Pin
NYTSX2-Aug-06 4:03
NYTSX2-Aug-06 4:03 
AnswerRe: Anchor a dialog to another dialog Pin
Ravi Bhavnani2-Aug-06 4:07
professionalRavi Bhavnani2-Aug-06 4:07 
GeneralRe: Anchor a dialog to another dialog Pin
Sarath C2-Aug-06 4:53
Sarath C2-Aug-06 4:53 
GeneralRe: Anchor a dialog to another dialog Pin
NYTSX2-Aug-06 5:04
NYTSX2-Aug-06 5:04 
GeneralRe: Anchor a dialog to another dialog Pin
Sarath C2-Aug-06 5:07
Sarath C2-Aug-06 5:07 
GeneralRe: Anchor a dialog to another dialog Pin
Ravi Bhavnani2-Aug-06 5:08
professionalRavi Bhavnani2-Aug-06 5:08 
QuestionMicrosft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 3:50
Christopher Stratmann2-Aug-06 3:50 
AnswerRe: Microsft Visual Studio string tables with Similar Strings Pin
Ravi Bhavnani2-Aug-06 4:09
professionalRavi Bhavnani2-Aug-06 4:09 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:14
Christopher Stratmann2-Aug-06 4:14 
AnswerRe: Microsft Visual Studio string tables with Similar Strings Pin
Ravi Bhavnani2-Aug-06 4:21
professionalRavi Bhavnani2-Aug-06 4:21 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:29
Christopher Stratmann2-Aug-06 4:29 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Zac Howland2-Aug-06 4:44
Zac Howland2-Aug-06 4:44 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:47
Christopher Stratmann2-Aug-06 4:47 

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.