Saturday, May 01, 2010

Setting up rxvt in cygwin

Install the following packages
- xorg-server
- xinit
- xorg-docs
- X-start-menu-icons
- inetutils
- rxvt

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...