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 |
![]() 目錄 | ![]() 程式結構 |