C++ - Actor framework for C++
Nice C++ implementation for Actor framework.\ https://github.com/actor-framework/actor-framework.git
Nice C++ implementation for Actor framework.\ https://github.com/actor-framework/actor-framework.git
In order to load COM dll without searching from system registry key, application should include the manifest file in resource so that the application can cre...
If you have process having same name, it will be really difficult to collect performance counter. Here is a solution for this by modifying the registry key.
Make a package to be runnable including all dependent libs in a jar file
Boost associative containers can increase the performance of your C++ applications for modern CPU architecture(shared memory architecutre) by minimizing cach...