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 8407961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:30:59+00:00 2026-06-09T23:30:59+00:00

C++ Primer says: The identifier we define in our programs may not contain 2

  • 0

C++ Primer says:

The identifier we define in our programs may not contain 2 consecutive
underscores, nor can identifier begin with an underscore followed
immediately by an uppercase letter. In addition, identifiers be fined
outside of a function may not begin with an underscore

All is well, but

int _c = 55;                  // outside function starts with _

int main () {

    int _A = 12;              // _ followed by uppercase letter
    cout << _A << endl;

    int __b__ =33;            // 2 consecutive __
    cout << __b__ << endl;

    cout << _c << endl;

}

Code above compiles perfectly fine on mac, g++ 4.7.1, using the following flags

g++ -pedantic -Wall -Werror -std=c++11 -O3 -funroll-loops -fprefetch-loop-arrays

What am i missing please?

  • 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-09T23:31:00+00:00Added an answer on June 9, 2026 at 11:31 pm

    Nothing. The identifiers with a leading underscore followed by an uppercase letter and identifiers with two underscores are merely reserved.

    Your compiler vendor might decide to use them at any time (for instance, it’s perfectly fine for a compiler vendor to use _A as a keyword) and hence you should not use them. Often, the standard library is implemented using reserved identifiers, hence they do not result in a compile error.

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

Sidebar

Related Questions

I want to begin learning embedded linux development (i'm not beginner in C nor
The C++ Primer says: We can independently specify the signedees and the size of
This article says: Every prime number can be expressed as 30k±1 , 30k±7 ,
Can somebody point me to a good primer on the above, and what happens
in C++ Primer 4th edition 2.1.1, it says when assigning an out-of-range value to
can somebody give a simple CGI primer using C++ or C for example? Let`s
Can someone provide an example or primer on working with files on a granular
According to the C++ Primer book, the author mentioned that we can specify a
In c++ primer, pg 95 the author says that c++ programmers tend to use
Basic primer: class User has_many :programs, :through => :memberships has_many :memberships end class Program

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.