Categories
Recent Posts
Archives
Advertisements
Just Sharing Knowledge
There are two kinds of Code::Blocks installer from binary package :
In this tutorial we will use the second installer package for windows platform because it is the easy way to use Code::Blocks with MinGW/GCC. Now just do the following steps:
#include <iostream> using namespace std; int main() { cout << "Hello world! This is my first program.." << endl; return 0; }