online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <type_traits> #include <vector> #include <string> #include <functional> #include <map> #include <algorithm> #include <sstream> #include <set> #include <unordered_map> using namespace std; struct t_nd { double stuff; }; struct t_nwork { //data member of type std::vector<t_nd> std::vector<t_nd> nds; //constructor to set size of vector t_nwork(std::size_t psize): nds(psize) { } }; int main() { //create object of type t_nwork whose nds have size 10 t_nwork net(10); }

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