online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <iostream> #include <string> using std::cout; using std::cin; using std::endl; using std::string; using std::string::size_type; void Part_1() { string s1, s2; cout << "Enter the first string" << endl; cin >> s1; cout << "Enter the second string" << endl; cin >> s2; if(s1 == s2) { cout << "The strings are equal" << endl; }else if(s1 > s2) { cout << "First string is larger that the second" << endl; }else { cout << "Second string is larger than the first" << endl; } } void Part_2() { string s1, s2; cout << "Enter the first string" << endl; cin >> s1; cout << "Enter the second string" << endl; cin >> s2; size_type s1Size = s1.size(); size_type s2Size = s2.size(); if(s1Size == s2Size()) { cout << "strings have the same length" << endl; }else if(s1Size > s2Size) { cout << "First string is longer than the second one" << endl; }else { cout << "Second string is longer than the first one" << endl; } } int main() { Part_1(); }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue