Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.55K
~399 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for wildrider30

#include<iostream> #include<string> using namespace std; void main() { string s="hello"; string t="hello"; //std::string; if(s==t) cout<<"thek h"<<endl; else cout<<"e"<<endl; }

Member Avatar for DubyStev
0
399

The End.