User: msdagiya

  • Public profile

User profile: msdagiya

User info
User name:msdagiya
History
Joined:
Number of posts:26
Latest posts:

C++ & OpenGL Programmer needed
Hi, I am interested. contact me sumair_9911@hotmail.com

calling class elements inside a class
I learned in my C++ course that I can define a constructor like so [code] Point(int x1,int y1) ...

calling class elements inside a class
After I added the default point constructor I get a new error; "no match for call to (Point)(int,in...

calling class elements inside a class
Can 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