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

I have problem in counting the number of letters in the strings entered by the user. CAn anyone suggest something in the following codes? [code=cplusplus] #include <iostream> using namespace std; int main() { char* str; cout<<"enter the string to count the number of letters in it."; cin>>str; cout<<str.length; return 0; …

Member Avatar for MosaicFuneral
0
114