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
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 3

2 Posted Topics

Member Avatar for darkAngel

as above. [code] string s; cin >> s; [/code] for example, if the user enters Orange, i want it to convert to orange. please advise what i should do. thanks in advance

Member Avatar for bbman
0
901
Member Avatar for livingsword

it shouldn't happen. try [code] #include <iostream> int main () { int test [5]={0}; cout<<test[0]; } [/code]

Member Avatar for ~s.o.s~
0
119

The End.