|
-
August 2nd, 2010, 12:44 PM
#5
Re: Problems with classes (C2061)
Many thanks for the quick replies. I admit I did the header guards in a bit of a hurry, so I will check into that.
I've understood the idea of passing the parameter by reference, and I agree with that. Guess I was too used to Java. 
I performed a complete replacement of the code to accept this declaration:
Code:
bool CB_col(Wall & blck) const;
The main problem (C2061) remains, though.
Tags for this Thread
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
|