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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:44:59+00:00 2026-05-18T00:44:59+00:00

I am getting an error I do not understand. There was even a similar

  • 0

I am getting an error I do not understand. There was even a similar question asked on SO that I found, but the fix given is already in my code.

I am getting an error in this line:

ForestNode<NODETYPE> foo = new ForestNode<NODETYPE> ForestNode(bar);

that reads :

\project 4\forest.h|85|error: expected ‘,’ or ‘;’ before ‘ForestNode’

My class forestnode is defindes as such:

template<typename NODETYPE> class Forest;

template<typename NODETYPE> class ForestNode
{
    friend class Forest<NODETYPE>;

    public:
        ForestNode( const NODETYPE &);
        ~ForestNode();
        NODETYPE getTag() const;
    private:
        NODETYPE tag;
        ForestNode<NODETYPE> *leftChild;
        ForestNode<NODETYPE> *sibling;
};

Any ideas?

  • 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-18T00:45:00+00:00Added an answer on May 18, 2026 at 12:45 am

    You have the type name twice in the constructor call, try:

    ForestNode<NODETYPE> foo = new ForestNode<NODETYPE>(bar);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting a max_input_vars error message. I understand there's a php.ini setting that can
I am getting an error I do not understand. I am using File:Find to
I keep getting the error: Type was not found or was not a compile-time
I don't totally understand how all this works, but I'm getting this error: Fatal
I'm learning c# and there is something I do not understand that I've been
I am getting an compilation error not a statement for the below code. Not
Keep getting the error Arguments are not sufficiently instantiated for the multiplication by addition
I am getting the error: 'string[]' does not contain a definition for 'Cast' and
I'm getting the error T does not contain a definition for Id below in
I'm getting the error: parser error : Input is not proper UTF-8, indicate encoding

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.