Thursday, July 31st, 2008
This article describes in short words how to integrate CppUnit unit testing framework in your Linux (Unix) software build and test process so, that it could be convenient to add new tests and run them effectively. Generally speaking, I want to show several useful things to save your time and ...
Posted in Articles, Technology | No Comments »
Thursday, July 24th, 2008
The memory management operations are one of the most expensive operations in software development. The feature is about the complexity of automatical memory management optimization. Other words, often memory management operations are done by software developer manually in code (except languages with automatic garbage collection and so on). This article ...
Posted in Articles, Technology | No Comments »
Thursday, July 24th, 2008
Prologue
The success of modern applications is in simplicity and flexibility for end user. Simplicty is very important to end user. It allows him to do usual activities with concentration on the purpose, without thinking like that: "Ok, I need to find something at some submenu in one of these menus" ...
Posted in Articles, Technology | 2 Comments »