Saturday, January 19, 2013

Install core LXDE in Debian 7 Wheezy

#: apt-get install lxde-core

References:
http://wiki.debian.org/LXDE

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...