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

I have a 2d array with 5 strings Ex: blueone greentwo redthree pinkfour yellowfive Now I want to parse these strings and get the numbers. "one", "two", "three", "four", "five" Then convert these strings to there numerical values. 1,2,3,4,5. How would I do this? I using a struct for those …

Member Avatar for deceptikon
0
226
Member Avatar for kingkong123

Hi, there. I have a 2D array with 208. I must concatenate the strings by twos up to index 199. So that I have 108 strings. Then I must shuffling these 108 strings. The problem is that it isn't working right. After I concatenate the strings, then shuffle, several strings …

Member Avatar for Ancient Dragon
0
306