User: helshahaby

  • Public profile

User profile: helshahaby

User info
User name:helshahaby
History
Joined:
Number of posts:10
Latest posts:

overloading members on constness Problem
1.The overloads of get would render one ambiguous, and so it is impossible. The overload must differ...

overloading members on constness Problem
I didn't use "[b]const int& get() const {return x;}[/b]" which returns const . I used "[b]int &get()...

Pointers to classes question
Thank you for the answer Could you check also this topic for an answer,please? http://www.cplusplus...

Pointers to classes question
First: I don't understand Example4() : ptr(new string) {} Example4 (const string& str) : ...

reference operator
why it is necessary to use the reference operator here ? const string& content() const {retur...

This user does not accept Private Messages