Hi everybody!
I'm trying to display the result of difference of two-dimensional vectors using friend overloading. Builder shows the following error after compilation (line 40). What should I change for in my code in order to find the problem?
Thanks in advance.
[C++ Error] 05_Part.cpp(40): E2034 Cannot convert 'double' to 'Vector2D'