Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~221 People Reached
Favorite Forums
Say Hello! x 1
2 Posted Topics
Let's take an example of class A [code]class B //With copy constructor { private: char *name; public: B() { name = new char[20]; } ~B() { delete name[]; } //Copy constructor B(const B &b) { name = new char[20]; strcpy(name, b.name); } };[/code]<< moderator edit: added [url=http://www.daniweb.com/techtalkforums/misc.php?do=bbcode#code][co[u][/u]de][/co[u][/u]de][/url] tags >> Let …
Hi, I'm Vivek, a software engineer; it is first timee i am joining this kind of group. i want to learn more and more and share my ideas overe there. Thanks, Vivek
The End.
e215774