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
~565 People Reached
Favorite Forums
Favorite Tags
c++ x 5
c x 2
Member Avatar for arfmal

Can somebody tell/show the example to me on how to declare struct in the class and to use this struct in object oriented environment effectively.

Member Avatar for iamthwee
0
68
Member Avatar for arfmal

Can somebody show me how to search and count for the string. If i have a set of data,i.e. "0012", "0034", "0055"' "0099" "0013", "0032", "0012","0099" let's say i chose the 1st string(at the 1st line),"0012", and based on this string, i would like to [B][U]search and count[/U][/B] that string …

Member Avatar for WaltP
0
108
Member Avatar for arfmal

I have a problem - to copy a string from a vector and put it into another vector. It's ok if i use a string variable, where this variable will be used as a temp variable between these vectors....But i do not know what is the best approach to copy …

Member Avatar for thekashyap
0
241
Member Avatar for arfmal

I use C++. .I have a big problem. I need to divide data from the strings and put them into the vector.In this case, let's say i have two strings and each string will end with '\n', how will i read the characters for each string without ignoring the newline? …

Member Avatar for Lerner
0
148