Skip to main content

安裝 Code::Blocks

一、下載

$2^3$至 http://www.codeblocks.org ,依序點選 [Downloads] →[Download the binary release]。

Heading 1

    asdf as

    #include <iostream>
    
    using namespace std
    
    int main()
    {
        cout << "Hello" << endl;
        return 0;
    }