Language
C++
Compiler
gcc 8.1.0
Options
Warnings
Don't Use Boost
C++14
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++14
numValue = 456
strValue = Hello World
0x8 0xc8 0x3 0x12 0xb 0x48 0x65 0x6c 0x6c 0x6f 0x20 0x57 0x6f 0x72 0x6c 0x64
numValue = 0
strValue =
numValue = 456
strValue = Hello World
Exit Code:
0