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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:12:50+00:00 2026-06-09T19:12:50+00:00

when I am trying to create a class which has a constructor which takes

  • 0

when I am trying to create a class which has a constructor which takes an object of that class by value, like for example:

class X{
    X(){}
    X(X x){} //Error!
};

then g++ complains the following for the second constructor:

error: invalid constructor; you probably meant ‘X (const X&)’

Dear compiler, no, I did not mean a const reference. This time, I wanted to do what I wrote: to pass the parameter x by value! Why is this invalid?

  • 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-09T19:12:51+00:00Added an answer on June 9, 2026 at 7:12 pm

    You are trying to create a copy constructor, and a copy constructor must take a reference. Otherwise, when you pass the x into the constructor by value, the compiler will have to create a temporary copy of x, for which it will need to call the copy constructor, for which it will need to create a temporary copy…. ad infinium.

    So a copy constructor must take its argument by reference to prevent infinite recursion.

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

Sidebar

Related Questions

I'm trying to create a class, which has a constructor that takes a single
I am trying to create a class which has a private member that is
I'm trying to create a generic container which has a copy-constructor. I'm having trouble
I'm trying to create a point class which defines a property called coordinate. However,
I am trying to create a generic class which new's up an instance of
I'm trying to create a C++ class which can work as a holder for
I'm trying to create a class called Musician which inherits from my class Person
I'm trying to create a template wrapper class which inherits from its template parameter
I am trying to create a Dynamic Dropdown menu class which contains a class
I am trying to create downloading progress. I have my class which extends AsyncTask:

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.