R
Ravi
I created a class in C++ with method names "set" and "get" and got the
following error messages (with a few others which related to same
problem I think):
"error: ISO C++ forbids declaration of 'set' with no type"
"error: ISO C++ forbids declaration of 'get' with no type"
Why this is so and what should be naming conventions for methods in C+
+?
following error messages (with a few others which related to same
problem I think):
"error: ISO C++ forbids declaration of 'set' with no type"
"error: ISO C++ forbids declaration of 'get' with no type"
Why this is so and what should be naming conventions for methods in C+
+?