online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> int main() { const char *ptr1 = "Anya"; char arr[] = {'A','n','y','a'}; std::string name1(ptr1); std::cout << name1 << std::endl; //this works std::string name2(arr); std::cout << name2 << std::endl; //this prints extra characters at the end? 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