00000 | 10011110 |
00000 | 10011110 |
00001 | 11110100 |
00010 | 10011110 |
00011 | 11010100 |
00100 | 10111111 |
00101 | 00000000 |
|
|
IDE | 平台 | 控制台程序 |
---|---|---|
Code::blocks | Windows/Linux/MacOS | 使用 Code::blocks 编译控制台程序 |
Visual Studio Express | Windows | 使用 VS Express 2013 编译控制台程序 |
Dev-C++ | Windows | 使用 Dev-C++ 编译控制台程序 |
编译器 | 平台 | 命令 |
---|---|---|
GCC | Linux 等... | g++ -std=c++0x example.cpp -o example_program |
Clang | OS X 等... | clang++ -std=c++11 -stdlib=libc++ example.cpp -o example_program |
![]() 目录 | ![]() 程序结构 |