Posts
 
Reputation
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 #72.7K
~190 People Reached
Favorite Tags
c++ x 1
Member Avatar for The Dude

Let [url=http://www.androidworld.com/prod19.htm][u]Valerie[/u][/url] keep you company,she does light housework and more :)

Member Avatar for Lardmeister
0
53
Member Avatar for teddyzhai

Hi , There: I just have a simple question by programming. Looks like this: class A{ ..... ..... Public: copy(){ return *(this); } } in .cc file: for example we have a container list<A> list; A* a = new A(...); list.push_back(a->copy()); Why is this copy() better than not use it …

Member Avatar for Duoas
0
137