
I don't like the whole concept of installers for my development tools like JDK, Eclipse, Netbeans, etc. I just keep a batch/shell script to setup my environment variables for JAVA_HOME, PATH and aliases. So, on Windows, updating JDK involves installing new version of JDK and then copying what I need and then uninstall …
Read More
C++11 is the latest specification for C++. Have a look at some of the cool new features in it.
Read More
Map of India, drawn form C Code. Going through social networks, I stumbled upon this code. It didn't make much sense to me, except for the fact that there were 2 loops doing something with a large string. But when I compiled it (with a tiny modification), it gave a great result. Here's code and result. 1 2// File: …
Read More
List of Books that I have been recommended and I would recommend Here's a list of books that I came across while doing some searching: Analysis Patterns: A great book about designing large applications Domain Driven Design: Another great book about application design Pragmatic Programmer: The best way to not do stupid …
Read More
