Click here to Skip to main content
15,881,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: If long text in static box then it is not displayed Pin
Richard MacCutchan17-Jun-11 3:23
mveRichard MacCutchan17-Jun-11 3:23 
AnswerRe: If long text in static box then it is not displayed Pin
Albert Holguin17-Jun-11 3:36
professionalAlbert Holguin17-Jun-11 3:36 
AnswerRe: If long text in static box then it is not displayed Pin
Niklas L17-Jun-11 3:56
Niklas L17-Jun-11 3:56 
GeneralRe: If long text in static box then it is not displayed Pin
Albert Holguin17-Jun-11 4:17
professionalAlbert Holguin17-Jun-11 4:17 
Questionis there a tool which will automatically detect improper structure alignments. Pin
Member 468659017-Jun-11 0:11
Member 468659017-Jun-11 0:11 
GeneralRe: is there a tool which will automatically detect improper structure alignments. Pin
pix_programmer17-Jun-11 0:40
pix_programmer17-Jun-11 0:40 
GeneralRe: is there a tool which will automatically detect improper structure alignments. Pin
Cedric Moonen17-Jun-11 1:28
Cedric Moonen17-Jun-11 1:28 
AnswerRe: is there a tool which will automatically detect improper structure alignments. Pin
Niklas L17-Jun-11 1:33
Niklas L17-Jun-11 1:33 
I don't know, but Lint[^] comes to mind when dealing with static code analyses. Don't know if it can handle inefficient member alignment though. There is also a code analyzer in VS2010 if you have Ultimate edition.

You might end up in trouble trying to optimize for space like this, if the order of the members is used in any way in the program. Some C (and C++) programmers tend to take shortcuts once in awhile.
Just a word of warning.
AnswerRe: is there a tool which will automatically detect improper structure alignments. Pin
Albert Holguin17-Jun-11 3:39
professionalAlbert Holguin17-Jun-11 3:39 
AnswerRe: is there a tool which will automatically detect improper structure alignments. Pin
jschell17-Jun-11 11:53
jschell17-Jun-11 11:53 
Questiondraw lines on desktop help!! Pin
so0_lanhlung216-Jun-11 22:47
so0_lanhlung216-Jun-11 22:47 
AnswerRe: draw lines on desktop help!! Pin
Richard MacCutchan16-Jun-11 22:57
mveRichard MacCutchan16-Jun-11 22:57 
GeneralRe: draw lines on desktop help!! Pin
so0_lanhlung216-Jun-11 23:01
so0_lanhlung216-Jun-11 23:01 
GeneralRe: draw lines on desktop help!! Pin
Richard MacCutchan16-Jun-11 23:53
mveRichard MacCutchan16-Jun-11 23:53 
AnswerRe: draw lines on desktop help!! Pin
Albert Holguin17-Jun-11 3:43
professionalAlbert Holguin17-Jun-11 3:43 
GeneralRe: draw lines on desktop help!! Pin
so0_lanhlung217-Jun-11 17:41
so0_lanhlung217-Jun-11 17:41 
GeneralRe: draw lines on desktop help!! Pin
Albert Holguin17-Jun-11 20:59
professionalAlbert Holguin17-Jun-11 20:59 
QuestionMemory increases while inserting items in list Pin
VCProgrammer15-Jun-11 21:38
VCProgrammer15-Jun-11 21:38 
AnswerRe: Memory increases while inserting items in list Pin
JV999915-Jun-11 22:16
professionalJV999915-Jun-11 22:16 
GeneralRe: Memory increases while inserting items in list Pin
Stefan_Lang15-Jun-11 23:02
Stefan_Lang15-Jun-11 23:02 
GeneralRe: Memory increases while inserting items in list Pin
JV999915-Jun-11 23:15
professionalJV999915-Jun-11 23:15 
AnswerRe: Memory increases while inserting items in list [modified] Pin
Stefan_Lang15-Jun-11 22:29
Stefan_Lang15-Jun-11 22:29 
AnswerRe: Memory increases while inserting items in list Pin
Maximilien15-Jun-11 23:59
Maximilien15-Jun-11 23:59 
AnswerRe: Memory increases while inserting items in list Pin
Chris Losinger16-Jun-11 3:41
professionalChris Losinger16-Jun-11 3:41 
JokeRe: Memory increases while inserting items in list Pin
Richard MacCutchan16-Jun-11 4:54
mveRichard MacCutchan16-Jun-11 4:54 

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.