CppUnit On Steroids

01:09 PM

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 ...

С/C++ memory management

03:58 PM

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 ...

Plugins with Scheme

03:52 PM

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" ...