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 184k
  • Answers 184k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

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

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the attached property accessor:- ToolTip tt = ToolTipService.GetToolTip(myFrameworkElement) As… May 12, 2026 at 4:53 pm
  • Editorial Team
    Editorial Team added an answer Using the answer from this question: $(elem) .contents() .filter(function() {… May 12, 2026 at 4:53 pm
  • Editorial Team
    Editorial Team added an answer Part of the solution is to add some forward declarations… May 12, 2026 at 4:53 pm

Related Questions

Okay, I'm aware that the standard dictates that a C++ implementation may choose in
Consider the following code: typedef vector<int> intVec; intVec& operator<<(intVec& dst, const int i) {
The C++ standard (ISO/IEC 14882:03) states the following ( 2.11 / 2 ): Furthermore,
In the C++ standard libraries I found only a floating point log method. Now

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.