online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
// Listing 17.5 - Using get() with parameters #include <iostream> using namespace std; int main() { char a, b, c; cout << "Enter three letters: "; // buffer: ' ' 'c' '\n' cin.get(a).get(b).get(c); cout << "a: " << a << "\nb: "; cout << b << "\nc: " << c << endl; return 0; }

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