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

Hi. I've searched the daniweb question database, and was not satisfied with solutions I found there. I have a string that looks like this... "100 1.745329252 0.984807753 -0.173648178 -5.67128182" not exactly words, but I want to select say, the third "word" of this string (0.984807753) into a variable. The whitespaces …

Member Avatar for ShellB12
0
105
Member Avatar for ShellB12

I am trying to copy the first three characters of a character array into another character array of length 3. For instance, if I use char trig [10] = "cos(50)"; //declare and assign the char array "trig" char t [3]; //declare char array t to store the "cos" part of …

Member Avatar for iamthwee
0
98