Tasks for "smart" programmers (with solutions)
Friday, 20 March, 2009
Here are couple of tasks for check you brain consistency.
If the best thing in the world to spend your priceless time is coding.
If you want to prove your smartness - here are two exercises:
1) Concurrency Simulator;
2) Spreadsheet Simulator.
My own solutions are here.
How-to create uninstall program
Tuesday, 27 January, 2009
This article describes how-to create uninstall program,
how-to add an uninstall shortcut to setup project, using C++ and MS Visual Studio.
This is necessary basic feature for setup project in Visual Studio.
The sources and some description is here.