|
-
November 2nd, 2011, 07:17 PM
#12
Re: Need opengl help.
Code:
class UtilWindow
{
public:
Reshape(int width, int height);
~Reshape();
private:
};
You should look at some tutorials about classes and see how they declare a constructor and destructor and compare yours.
http://www.learn-programming.za.net/...p_learn10.html
http://www.cplusplus.com/doc/tutorial/classes/
0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000 0000 0000 0000 0000
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|