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

  • SEARCH
  • Home
  • 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 8325599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:29:34+00:00 2026-06-09T00:29:34+00:00

Given an enum declared like so: enum { A, B, C, D }; What

  • 0

Given an enum declared like so:

enum {
    A,
    B,
    C,
    D
};

What is the general compiler support with reference to § 7.2 of the C++11 standard? Specifically, this excerpt from § 7.2.2:

If the first enumerator has no initializer, the value of the
corresponding constant is zero. An enumerator-definition without an
initializer gives the enumerator the value obtained by increasing the
value of the previous enumerator by one.

Can I expect the common, modern compilers (GCC, Intel, Clang, recent versions of CL, others), to give the same results, that is, A = 0, B = 1, C = 2, and D = 3?

  • 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. Editorial Team
    Editorial Team
    2026-06-09T00:29:36+00:00Added an answer on June 9, 2026 at 12:29 am

    The rule you cite is not new in C++11. It’s part of C++03, C++98, C11, C99, and C89. This rule existed before these languages were ever standardized. Java and C# both inherited this behavior with their enums.

    Yes, compilers support this part of the langauge. Just like they support if, switch, #define, ints and other basic language constructs.

    We’re not talking about r-value references or lambdas or something. This is core stuff from before many programmers today were even born.

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

Sidebar

Related Questions

Given this code: public enum Enum1 { ONE, TWO } public enum Enum2 {
Given this enum public enum UserStatus : byte { Approved = 1, Locked =
Given this enum: public enum FileTypes { FILEA, FILEB, FILEC; } Say you want
I'd like to create a JComboBox that handles the selection of any Enum given
I need to get a Java enum value from a string given Enum's Class
I would like to get the names and values from an enum type in
Given: enum Foo { FIRST, SECOND } What is the JNI equivalent for the
So I have function that formats a date to coerce to given enum DateType{CURRENT,
Given the following information Public Enum Request As Byte None = 0 Identity =
Given a class containing an enum: public class MyClass { public enum NestedEnum {

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.