Click here to Skip to main content
16,006,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Additional info Pin
Joaquín M López Muñoz21-Feb-02 8:21
Joaquín M López Muñoz21-Feb-02 8:21 
GeneralRe: Additional info Pin
Kuniva21-Feb-02 9:44
Kuniva21-Feb-02 9:44 
GeneralRe: Additional info Pin
Joaquín M López Muñoz21-Feb-02 9:54
Joaquín M López Muñoz21-Feb-02 9:54 
Generaloops, nevermind Pin
Kuniva21-Feb-02 6:26
Kuniva21-Feb-02 6:26 
GeneralRe: Additional info Pin
Ernest Laurentin20-Feb-02 6:38
Ernest Laurentin20-Feb-02 6:38 
GeneralRe: fake HWND message loop in class Pin
Paul M Watt20-Feb-02 5:32
mentorPaul M Watt20-Feb-02 5:32 
GeneralCantaro sim -quabala ! Pin
Georg Haan20-Feb-02 4:32
Georg Haan20-Feb-02 4:32 
GeneralRe: PRAGMA PACK Pin
Ravi Bhavnani20-Feb-02 4:58
professionalRavi Bhavnani20-Feb-02 4:58 
Georg Haan wrote:
but does this slow down handling the struct? ( or "Where's the catch?" or "Why isn't everything aligned 1 byte?")

Yes, in a big way. I believe most current processor instructions expect 4, 8, 16 or 64 byte alignment. In a world where memory is cheap (or at least cheaper than speed), you should use the default alignment the compiler selects for the appropriate build target.

/ravi

"There is always one more bug..."
http://www.ravib.com
ravib@ravib.com
General*** STUNNING NEW INFO *** Pin
Georg Haan20-Feb-02 5:06
Georg Haan20-Feb-02 5:06 
GeneralRe: *** STUNNING NEW INFO *** Pin
Ravi Bhavnani20-Feb-02 5:12
professionalRavi Bhavnani20-Feb-02 5:12 
Generalthanks -nt- Pin
Georg Haan20-Feb-02 5:23
Georg Haan20-Feb-02 5:23 
GeneralCannot debug with .Net visual studio. Pin
Stan Shannon20-Feb-02 4:21
Stan Shannon20-Feb-02 4:21 
GeneralCListView problems... Pin
funbag20-Feb-02 4:21
funbag20-Feb-02 4:21 
GeneralRe: CListView problems... Pin
Mazdak20-Feb-02 4:50
Mazdak20-Feb-02 4:50 
GeneralRe: CListView problems... Pin
funbag20-Feb-02 6:23
funbag20-Feb-02 6:23 
GeneralRe: CListView problems... Pin
Mazdak20-Feb-02 6:34
Mazdak20-Feb-02 6:34 
GeneralRe: CListView problems... Pin
funbag20-Feb-02 7:18
funbag20-Feb-02 7:18 
GeneralOnCmdMsg Question Pin
yellowine20-Feb-02 4:15
yellowine20-Feb-02 4:15 
GeneralRe: OnCmdMsg Question Pin
Ravi Bhavnani20-Feb-02 4:28
professionalRavi Bhavnani20-Feb-02 4:28 
GeneralRe: OnCmdMsg Question Pin
yellowine20-Feb-02 4:50
yellowine20-Feb-02 4:50 
GeneralRe: OnCmdMsg Question Pin
Ravi Bhavnani20-Feb-02 4:55
professionalRavi Bhavnani20-Feb-02 4:55 
GeneralRe: OnCmdMsg Question Pin
yellowine20-Feb-02 5:11
yellowine20-Feb-02 5:11 
GeneralRe: OnCmdMsg Question Pin
Steen Krogsgaard21-Feb-02 5:11
Steen Krogsgaard21-Feb-02 5:11 
GeneralRe: OnCmdMsg Question Pin
yellowine21-Feb-02 6:08
yellowine21-Feb-02 6:08 
GeneralRe: OnCmdMsg Question Pin
Steen Krogsgaard22-Feb-02 0:23
Steen Krogsgaard22-Feb-02 0:23 

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.