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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:24:38+00:00 2026-06-10T03:24:38+00:00

I have an odd case with Visual Studio 2003. For somewhat legitimate reasons, I

  • 0

I have an odd case with Visual Studio 2003. For somewhat legitimate reasons, I have the following hierarchy:

class A {};

class B : public A {
public:
    class A {};
};

class C : public B::A {};

That is, I have an inner class with the same name as a parent of the outer class. When C tries to inherit from B::A, Visual Studio thinks I’m pointing to the parent class A, not the nested class within B. GCC seems to resolve to the inner class version as I expected

Is this a Visual Studio 2003 bug, or am I doing it wrong? Is there a workaround (other than upgrading Visual Studio)?

  • 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-10T03:24:40+00:00Added an answer on June 10, 2026 at 3:24 am

    Yes, this looks like VS2003 bug. Workaround is simple – use typedef, it works this way:

    class A { public: int x; };
    class B : public A { public: class A { public: int y; }; }; 
    
    typedef B::A BA;
    
    class C: public BA {};
    
    void f()
    {
       C cc;
       cc.y = 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a static utility class, FileUtils which has the following method: public static
I have an odd edge case right now in that a response code from
I have a Setup project that I have build using Visual Studio 2010. The
I've found this odd case of some code (below) doesn't compile under Visual Studio
I have an odd XML document that I have to query. Its from the
I have an odd problem with Django. I have a set of objects that
I have an odd linq subquery issue. Given the following data structure: Parents Children
I have an odd error that you guys will hopefully be able to help
I have an odd issue while using FlashCS4. I have a textfield that, when
I have an extremely odd problem in my JUnit tests that I just can't

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.