S
Samee Zahur
Hi,
How much 'identifier overlapping' is allowed in C++? I mean, can a
variable and a function have the same name in the same namespace/scope?
Can a member function be something like this:
int val(){return val;}
where val is a private int?
Samee
How much 'identifier overlapping' is allowed in C++? I mean, can a
variable and a function have the same name in the same namespace/scope?
Can a member function be something like this:
int val(){return val;}
where val is a private int?
Samee