online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
/****************************************************************************** C++ 对 long 类型的长度要求是:至少 32 位。 断言 long 的长度至少 8 字节 (64位) 通常在 64 位 的 linux/unix 下成立,但在 Windows 等平台下失败 *******************************************************************************/ #include <iostream> int main() { static_assert(sizeof(long) >= 8, "long 在当前平台下,不够 long,不足 64 位"); }

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