Click here to Skip to main content
15,915,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows Spy++ Utility Pin
ddmcr3-Aug-05 23:26
ddmcr3-Aug-05 23:26 
GeneralRe: Windows Spy++ Utility Pin
Blake Miller4-Aug-05 4:55
Blake Miller4-Aug-05 4:55 
GeneralMetaFiles Pin
popo843-Aug-05 22:31
popo843-Aug-05 22:31 
GeneralRe: MetaFiles Pin
badal_akr4-Aug-05 0:33
badal_akr4-Aug-05 0:33 
QuestionStructure Alignment? Pin
badal_akr3-Aug-05 22:29
badal_akr3-Aug-05 22:29 
AnswerRe: Structure Alignment? Pin
Halawlaws3-Aug-05 23:08
Halawlaws3-Aug-05 23:08 
AnswerRe: Structure Alignment? Pin
Halawlaws3-Aug-05 23:10
Halawlaws3-Aug-05 23:10 
GeneralRe: Structure Alignment? Pin
badal_akr4-Aug-05 0:41
badal_akr4-Aug-05 0:41 
But as per my understanding the structure members are stored in the contigous memory locations for example

struct temp
{
char a,
int b,
float c,
};

if i declare temp *structPtr = 0x00000000 (Address of element a)
then what should be the address of element b if it is 0x00000002 then one byte is waisted.
According to you b should have address of multiple of 4.
So i can say that there is a trade of CPU performance vs Memory usage
Am i right please guide me.
Regards

Anil Kumar
GeneralRe: Structure Alignment? Pin
Blake Miller4-Aug-05 5:04
Blake Miller4-Aug-05 5:04 
GeneralRe: Structure Alignment? Pin
GKarRacer5-Aug-05 9:38
GKarRacer5-Aug-05 9:38 
Generalproblems while assigning CString object. Pin
a_david1233-Aug-05 22:03
a_david1233-Aug-05 22:03 
GeneralRe: problems while assigning CString object. Pin
toxcct3-Aug-05 22:11
toxcct3-Aug-05 22:11 
GeneralRe: problems while assigning CString object. Pin
Eytukan3-Aug-05 23:46
Eytukan3-Aug-05 23:46 
GeneralClose Open Windows with Escape-Key Pin
Daniel Gerstner3-Aug-05 21:38
Daniel Gerstner3-Aug-05 21:38 
GeneralRe: Close Open Windows with Escape-Key Pin
Daniel Gerstner3-Aug-05 23:01
Daniel Gerstner3-Aug-05 23:01 
GeneralRe: Close Open Windows with Escape-Key Pin
Blake Miller4-Aug-05 5:06
Blake Miller4-Aug-05 5:06 
GeneralRe: Close Open Windows with Escape-Key Pin
Daniel Gerstner4-Aug-05 19:02
Daniel Gerstner4-Aug-05 19:02 
GeneralRe: Close Open Windows with Escape-Key Pin
Blake Miller5-Aug-05 6:04
Blake Miller5-Aug-05 6:04 
QuestionHow to Do printing Activexcontol Pin
sjsankar3-Aug-05 21:37
sjsankar3-Aug-05 21:37 
GeneralObject oriented software metrics Pin
ilgale3-Aug-05 21:21
ilgale3-Aug-05 21:21 
QuestionThe Command Line paramters passed to other processes? Pin
Julien3-Aug-05 19:47
Julien3-Aug-05 19:47 
AnswerRe: The Command Line paramters passed to other processes? Pin
Garth J Lancaster3-Aug-05 21:24
professionalGarth J Lancaster3-Aug-05 21:24 
GeneralSample source code for TCP programming Pin
Member 21610043-Aug-05 19:37
Member 21610043-Aug-05 19:37 
GeneralRe: Sample source code for TCP programming Pin
Abebe3-Aug-05 20:23
Abebe3-Aug-05 20:23 
GeneralRe: Sample source code for TCP programming Pin
markkuk4-Aug-05 0:30
markkuk4-Aug-05 0:30 

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.