UsageAnalytics - google analitics for C++ desktop applications
Tuesday, 30 November, 2010
UsageAnalytics - is open source library,
I am (Vitali Yemialyanchyk) the developer.
The project includes a sources of library that provide capability to
anonymously reports information back to the library user.
The library was developed using C++ as a basic language.
Here is an example how to use the library.
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.