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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:25:44+00:00 2026-05-31T15:25:44+00:00

I tried a Google search for it but didn’t come up with anything. Does

  • 0

I tried a Google search for it but didn’t come up with anything. Does anyone know if this can be done? If not is there an elegant work around this?

Update: I think Frank Osterfeld’s answer is the most clear solution. Thanks for all the other answers, I’ve upvoted your answers.

  • 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-05-31T15:25:45+00:00Added an answer on May 31, 2026 at 3:25 pm

    As others said, you cannot redeclare an enum (in which context, which one should be used anyway?).

    If you just need some constants, and want extend them for a special case, you can use multiple enum declarations, one extending the other and then use ints to hold the values:

    enum Error { NoError=0, AllIsBroken, WhatTheHellAreYouDoing, UserDefinedError };
    
    enum NetworkError { HostNotFound=UserDefinedError+1, ConnectionTimeout, ... };
    
    int error = HostNotFound;
    
    if ( error == NoError )
        ...
    if ( error == HostNotFound )
        ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried to search for this on Google/SO but I didn't really know what
I know this is a common problem with IE6 from my Google search but
I've tried every Google search term I can think of but everything I dig
I've done a brief search of this site, and googled this, but can't seem
I suspect this is a basic question(but I tried to google and search SO
I've tried to google the subject but couldn't find anything useful. So, is it
I was thinking this question for a while, and ever tried to google but
I tried searching in google but could not find any useful answer, if(verifier.length() >
I tried a Google search on this and still cannot figure out how to
I tried searching the compiler errors on google, but it didn't even return a

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.