I am an experienced VB6 developer, aware of object-oriented design, but have just started learning C++ this week! I have hit a brick wall with trying to understand the following snippet of code:
CRectangle a, *b, *c;
CRectangle * d = new CRectangle[2];
I am trying to work out the following...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.