Notes
Algorithms and Problem Solving
Introduction to Programming in C++

System Administration Applications

NetQuery - MFC Application to monitor services running remotely for Windows 2000/XP/2003. Services can be stopped, started or removed.

Reboot - My version of shutdown which works with 2000/XP/2003. You can shutdown/reboot the computer remotely and also set the time interval, after which the action is to be taken.

Shutdown Service - This application should be installed as a service. It shuts down the system on a daily basis. It is recommended for a lab environment. You will need to download two additional files, Reminder Application, Settings File

Service - Easily install/uninstall applications as services.

Note: I do not take any responsibility for mishaps happening with your system as a result of using the applications.

Tutorials
Tutorial on Apache Tomcat + Cocoon Installation
C++ Classes Example - Inheritence, Polymorphism, Abstract Class
C++ Operator Overloading
PVM Tutorial for Beginners