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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:27:53+00:00 2026-05-11T03:27:53+00:00

On this question , there’s an answer that states: You can use typedef to

  • 0

On this question, there’s an answer that states:

You can use typedef to make Colour enumeration type accessible without specifying it’s ‘full name’.

typedef Sample::Colour Colour; Colour c = Colour::BLUE; 

That sounds correct to me, but someone down-voted it and left this comment:

Using the scope resolution operator :: on enums (as in ‘Colour::BLUE’) is a compiler-specific extension, not standard C++

Is that true? I believe I’ve used that on both MSVC and GCC, though I’m not certain of it.

  • 1 1 Answer
  • 1 View
  • 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-11T03:27:54+00:00Added an answer on May 11, 2026 at 3:27 am

    I tried the following code:

    enum test {     t1, t2, t3 };  void main()  {     test t = test::t1; } 

    Visual C++ 9 compiled it with the following warning:

    warning C4482: nonstandard extension used: enum ‘test’ used in qualified name

    Doesn’t look like it’s standard.

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

Sidebar

Related Questions

I think I can probably guess that the answer to this question is going
This question assumes there's a blessed central repository that members of a team clone
This question is for the java language in particular. I understand that there is
Which is more efficient, "data.Length==0" or "data==string.Empty"? in this question there was an answer
I noticed prior to posting this question that there have been similar questions posted
I searched a lot but couldn't find a answer for this question: Is there
Does it make sense to use an OR-mapper? I am putting this question of
Much like this question is there a way to make Visual Studio 2010 prompt
Found this question but there is no proper answer, so asking again. How do
In the accepted answer to this SO question there is an explanation about structural

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.