Month: July 2012

  • Using SublimeText for compiling and runing individual cpp files

    I prefer using SublimeText 2 for running individual files rather Eclipse. It’s pretty easy and quick. First, you need to download SublimeText 2 and install it your system. Then second step, make sure you have G++ already installed in your system. Ready to go? First, let we create some helloworld.cpp files from SublimeText 2: 1234567#include […]