TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Majid Kamali
NA
290
256k
Problem with overloading operator+
Aug 8 2010 8:29 AM
Hello.
I wrote the code below:
public static Point operator +(Point p1, Point p2)
{
return new Point(p1.X + p2.X, p1.Y + p2.Y);
}
But Creates error below on "operator+" :
One of the parameters of a binary operator must be the containing type
What's the problem?
Thanks.
Reply
Answers (
9
)
Difference !!!
Problems with special letters like ÆØÅ from html code to listbox