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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:39:56+00:00 2026-06-04T05:39:56+00:00

So I wrote some C++ today after a long break for a simple coordinate

  • 0

So I wrote some C++ today after a long break for a simple coordinate system and I figured I’d want a constructor to take in 2 values so that I could write things like “Coordinates c = new Coordinates(1,2);”

struct Coordinates {
   int x;
   int y;

   Coordinates(int a, int b) {
      x = a;
      y = b;
   }
};

When compiled in Cygwin, I get:

$ g++ -o adventure adventure.cpp
adventure.cpp:36: error: no matching function for call to `Coordinates::Coordinates()’
adventure.cpp:22: note: candidates are: Coordinates::Coordinates(const Coordinates&)
adventure.cpp:26: note: Coordinates::Coordinates(int, int)

Not sure what’s going wrong here and I can’t find much info on C++ struct constructors. 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-06-04T05:39:58+00:00Added an answer on June 4, 2026 at 5:39 am

    In line 36 of your code (which you are not showing) you are creating an object of this class but you are not passing any arguments to the constructor. The only valid constructors are one that takes two ints, or the default copy constructor. Either add a constructor w/o arguments, or change the code to pass a and b to the constructor.

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

Sidebar

Related Questions

I accidently wrote some code today that was like this: Private Sub Foo() Dim
I wrote some code today and It was changed by another developer who said
I wrote some naive code(in the sense that it's synchronous calls) for a tableview
I wrote some sort of console client for a simple application. To be more
In a former life I wrote some Visual Basic, and today I need to
Today, without much thought, I wrote a simple function return to a char* based
I was coding up a C++ class today, and I wrote a function that
I wrote some small apps using .NET 3.5 but now I am stuck with
I wrote some code to read a file in my Java Servlet class. (I'm
I wrote some bookmarklets to automate some tasks on a webpage. I'd like to

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.