online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <fstream> using namespace std; int main() { ifstream in("nb.txt"); int current=0; while (in >> current) { cout << current << " "; } }
1 2 3 4 5 6 7 2 3 4 5 6 7 9

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