User: bastri

  • Public profile

User profile: bastri

User info
User name:bastri
History
Joined:
Number of posts:13
Latest posts:

What is the role of “&” and “*” on operator overloading?
I have been reading about Overloading Operators. And I found two ways of using it. Like in 1) and ...

Private? Protected? ...
Solved. Thanks.

Private? Protected? ...
So if I inherit a Class as public (like: class Class2 : public Class1) it isn't considerated if the ...

Private? Protected? ...
Hi, I have a doubt. Why can I Set the attribute "int X" in "Class2"? "Class2" doesn't have the ...

Doubt about const in constructor char*
1) [code] Cadena(char* c) : cad(c){} [/code] 2) [code] Cadena(const char* c) : cad(c){} ...

This user does not accept Private Messages