C++ & OpenGL Programmer neededHi, I am interested. contact me sumair_9911@hotmail.com
calling class elements inside a classI learned in my C++ course that I can define a constructor like so [code] Point(int x1,int y1) ...
calling class elements inside a classAfter I added the default point constructor I get a new error; "no match for call to (Point)(int,in...
calling class elements inside a classCan you write the code of defining the operator(int,int). I don't understand why we need this.
calling class elements inside a class[code] #include <iostream> using namespace std; class Point { private: ...
This user does not accept Private Messages