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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:02:50+00:00 2026-05-20T20:02:50+00:00

Having trouble inheriting from a template class. Looks something like this: template<typename type> class

  • 0

Having trouble inheriting from a template class.
Looks something like this:

template<typename type>  
class base {  
protect:  
  ...  
public  
  ...  
  virtual bool func1(type var1);  
};  

// this class is not templated but derives from template class, don’t know if its issue

class derived : public base<type_spec_1> {  
protected:  
  ...   
public:  
  ...  
  bool func1(type_spec_1);// function I wish to override;  
};

// In the .cpp, I try to scope the function, it compiles but it does not link

bool derived::func1(type_spec_1 type){ return false; };  

The linker gives me an error in this format: LNK2001, unresolved symbol base::func1(type_spec_1);
Like it does not see that "derived"==base"<type_type_1>"
How can I provide the proper syntax for this, if it is even possible????

  • 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-20T20:02:50+00:00Added an answer on May 20, 2026 at 8:02 pm

    Don’t you need to do something like this?

    template<typename type>  
    class base {  
    protect:  
      ...  
    public  
      ...  
      // provide implementation to be overriden
      virtual bool func1(type var1) { return (bool) 0; } 
    };  
    

    Because class derived : public base<type_spec_1> says derived is derved from a type base<type_spec_1>, but the type definition of base<type_spec_1> is not completely implemented yet?

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

Sidebar

Related Questions

I am having trouble inserting a record into a MySQL database from python. This
Having trouble with an HQL query. If I remove the avg(..) from it it
im having trouble extracting the trend name and search query from the json response
I am having trouble with a camera class I am trying to use in
I am having trouble closing jQuery Facebox from code behind. I am inserting a
I'm having trouble inserting data from my registration webform into sqlserver-2008. I'm getting an
i am having trouble inserting objects of type pair<int, int> into a queue. i
Having trouble with the db.alter command when changing a date field from null=True and
I am having trouble setting up my functions in a class when I want
I am having trouble understanding this code. All I really need is to modify

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.