Archive for September, 2009

 

NON-Standards Compliant C++ with Mumbai University

September 29th, 2009

Mumbai University fails to keep up with the ever-evolving C++ syntax. Making Turbo C/C++ as their prescribed IDE, Turbo C/C++ is ancient and will not compile with the present syntax of C++. Here is the simplest example: #include <iostream.h> #include <conio.h> void main() { cout << "Hello"; } The above code, when compiled with g++ [...]

Read full article | 3 Comments »

Managing Your Gentoo ["Sort-Of" Easily], Tips, and More

September 21st, 2009

***This article has been placed under constant expansion. So keep a check on it!*** Law #1: If anyone tells you that, “To administer a Gentoo Build is easy”, tell him/her to go f*** off. Ofcourse, if your an expert at it, then it’ll be an exception for you. Yes, it really is easy if you [...]

Read full article | 1 Comment »