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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T12:08:56+00:00 2026-06-02T12:08:56+00:00

I have 3 classes coded in c++. They are all simple, but compiler gives

  • 0

I have 3 classes coded in c++. They are all simple, but compiler gives alot error. Each class in a cpp file and header file. What can be the possible problems?
One of it is “base class undefined”.

class re {
  int i;
  int j;
  string a;
  re(int,int,int);
  ~re();
}

class Pre:public re {
  int k;
  public:
    Pre(int,int,int);
   ~Pre();
}

class MPre:public Pre {
  int z;
  public:
      MPre(int);
     ~Mpre(int);
}
  • 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-02T12:08:59+00:00Added an answer on June 2, 2026 at 12:08 pm

    Possible mistakes :

    • re class constructor is not public. Are you aware of this?

    • MPre constructor gets one input, so you have to write default constructor for Pre class.

    • Be careful when adding header files. For example, Pre class needs re class’ header file.

    • Also, you don’t need to write destructor unless you add pointer variables to classes

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

Sidebar

Related Questions

I have a .py file with lots of classes: class First(Second): #code class Third(Fourth):
I have multiple Linq2Sql Classes such as Article NewsItem Product. They all have a
Newbie question. I have two c# classes - a code class (say, CodeClass) and
my code is like this: i have two classes first class: public class Box<E>
I have 4 base classes: class A { virtual SomeMethod () { <code> }
I have made a simple, test program to experiment using classes. It creates a
I have a class called ItemBase from which a number of classes inherit. In
In my code I have three classes as follows: Forum , Forum::Thread and Forum::Post
I have a few classes: Article ------- Content ID Magazine -------- Name Code And
I have been reading that creating dependencies by using static classes/singletons in code, is

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.