Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 80235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:16:15+00:00 2026-05-10T21:16:15+00:00

The C++ standard dictates that member variables inside a single access section must be

  • 0

The C++ standard dictates that member variables inside a single access section must be layed out in memory in the same order they were declared in. At the same time, compilers are free to choose the mutual ordering of the access sections themselves. This freedom makes it impossible in theory to link binaries created by different compilers. So what are the remaining reasons for the strict in-section ordering? And does the upcoming C++09 new C++11 standard provide a way to fully determine object layouts ‘by hand’?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:16:15+00:00Added an answer on May 10, 2026 at 9:16 pm

    This freedom makes it impossible in theory to link binaries created by different compilers.

    It’s impossible for a number of reasons, and structure layout is the most minor. vtables, implementations of operator new and delete, data type sizes…

    So what are the remaining reasons for the strict in-section ordering?

    C compatibility, I would have thought, so that a struct defined in C packs the same way it does in C++ for a given compiler set.

    And does the new C++0911 standard provide a way to fully determine object layouts ‘by hand’?

    No, no more than the current standard does.

    For a class or struct with no vtable and entirely private (or public) fields, though, it’s already possible if you use the [u]int[8|16|32|64]_t types. What use case do you have for more than this?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 61k
  • Answers 61k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer If it is the initial load of your application that… May 11, 2026 at 9:44 am
  • added an answer Turns out you need a correct DOCTYPE to make it… May 11, 2026 at 9:44 am
  • added an answer @@IDENTITY returns the most recent identity generated in the current… May 11, 2026 at 9:44 am

Related Questions

The C++ standard dictates that member variables inside a single access section must be
The C++ standard (ISO/IEC 14882:03) states the following ( 2.11 / 2 ): Furthermore,
What is the standard encoding of C++ source code? Does the C++ standard even
I've always wondered why the C++ Standard library has instantiated basic_[io]stream and all its
Anyone have a link to what the C++ standard says regarding a compiler removing
Possible Duplicate: Where do I find the current C or C++ standard documents? I
Boost is meant to be the standard non-standard C++ library that every C++ user
I am writing a library in standard C++ which does the phonetic conversion. I
I know that the #warning directive is not standard C /C++, but several compilers
In the (otherwise) excellent book C++ Coding Standards , Item 44, titled Prefer writing

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.