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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:03:46+00:00 2026-05-31T13:03:46+00:00

function definition const circularLinkedList<Tp>& operator=(const circularLinkedList<Tp>& otherList); lines that cause the error, error message

  • 0

function definition

const circularLinkedList<Tp>& operator=(const circularLinkedList<Tp>& otherList);

lines that cause the error, error message refers to line 327, which starts at nodeType….

template <class Tp>
nodeType<Tp>* circularLinkedList<Tp>&::operator=(const circularLinkedList<Tp>& otherList)

And the error messages from the gcc compiler are:

circularLinkedList.h:327: error: invalid declarator before â&â token
circularLinkedList.h:327: error: expected initializer before â&â token

I assume that I have made some sort of syntax error in in defining this method somewhere. How would I have to go about fixing it? Thanks.

  • 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-31T13:03:47+00:00Added an answer on May 31, 2026 at 1:03 pm

    Can you post a little bit more code for us? Can you explain what nodeType is?

    The following looks like a function definition:

    template <class Tp>
    nodeType<Tp>* circularLinkedList<Tp>&::operator=(const circularLinkedList<Tp>& otherList)
    

    However, for one thing, the declaration says it returns a const circularLinkedList<Tp>&.
    Also, you don’t want to have the & before the ::. It needs to be the type’s name, not a pointer or reference to a variable of that type. If you want that behavior you need to use a proxy class.

    So it should be something like:

    template <class Tp>
    const circularLinkedList<Tp>& circularLinkedList<Tp>::operator=(const circularLinkedList<Tp>& other)
    

    Which should almost invariably end with return *this;

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

Sidebar

Related Questions

I have this error: permute_append.o: In function `CISP430_A5::charList_join(char const*, CISP430_A5::linked_list<char>)': permute_append.cpp:(.text+0x0): multiple definition of
I see C books that use the same variable names in the function definition,
For a function definition which contains the declaration of type void foo(const int )
I want to define a function template<typename T> T constCast(const ScriptVar_t& s); . Depending
Suppose I define a function in C++ as follows: void foo(int &x) const {
I have a function definition in my VC++ Win32 DLL DEMO2_API void ProcessData(char* i_buff,
Possible Duplicate: JavaScript Function Definition in ASP User Control Hi, I have a generic
Is there a reason why most function definition in device driver in linux code
I have the following C++ function definition, which I am trying to call through
I have a bash script file which starts with a function definition, like this:

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.