安裝 Code::Blocks
一、下載
$2^3$至 http://www.codeblocks.org ,依序點選 [Downloads] →[Download the binary release]。
Heading 1
asdfas
#include <iostream>
using namespace std
int main()
{
cout << "Hello" << endl;
return 0;
}
$2^3$至 http://www.codeblocks.org ,依序點選 [Downloads] →[Download the binary release]。
#include <iostream>
using namespace std
int main()
{
cout << "Hello" << endl;
return 0;
}