Recent Posts

Conan, working with several Qt versions

1 minute read

Sometimes you have to deal with C++ projects that are using Qt as a main framework, and Conan, as dependency manager. It is quite usual that Qt is installed ...

Qt Charts and conan package manager

6 minute read

Each new Qt release usually comes with new and interesting features. In the last 5.6.0, the shiny new QtCharts’s licence was a temptation for me. However, af...

API, threads, and smart pointers

7 minute read

What is the Smart Pointers’ semantic? How could this affect the asynchronous stage? Creating API needs always an extra effort looking for future advantages: ...