Ask Your Question
1

How can the error "no matching function for call to 'Point::Point(Point)'" in a C++ program be paraphrased?

asked 2023-02-09 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-10-18 09:00:00 +0000

devzero gravatar image

The error message means that there is a problem with the code that involves the constructor function for the Point class. In particular, there seems to be a call to a Point constructor that does not match the arguments it expects.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-02-09 11:00:00 +0000

Seen: 10 times

Last updated: Oct 18 '21