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
~548 People Reached
Favorite Forums
Favorite Tags
c++ x 7
Member Avatar for vankdar

How can i read in an array and then count the number of words that end in punctuation? Thanks for any insight.

Member Avatar for atish00
0
96
Member Avatar for teddyzhai

Hi, there: I'm recently working on parsing xml file in c++. i have googled sort of libraries. just dont which one is better. Could someone who has experience say sth. about it. I mean, "right" easy to learn, light -weight... 3ks Regard Teddy

Member Avatar for teddyzhai
0
157
Member Avatar for farag

i want to make a c++ program to run or compile a c++ source file stand alone from hard disk thanks in advance

Member Avatar for farag
0
158
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