online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <set> #include <memory> #include <iostream> class Test { public: std::set<void*> GetAllInformation() { return info_set_; } private: std::set<void*> info_set_; }; int main() { std::unique_ptr<Test> test_obj_; const auto info = test_obj_->GetAllInformation(); if (info.empty()) std::cout << "info empty"; 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