User: np1984

  • Public profile

User profile: np1984

User info
User name:np1984
Old user name:naseebpanghal
History
Joined:
Number of posts:7
Latest posts:

const qualifier with function overloading
dhayden and JLBorges, thanks for the explanation.

const qualifier with function overloading
[code]#include<iostream> using namespace std; class A{ public: void fun(char *a) const ...

copy constructor
To: Cubbi I used gdb to check the address of object 't' inside fun() and object 's3' inside main()....

copy constructor
[code] #include <iostream> using namespace std; class sample { public: int i; sample(int ii ...

assign memory using new
Thanks a lot for the explanation. I got it.

This user does not accept Private Messages