- 18 February 2019
Working with C++ code in Android effectively
If you are working with native (C or C++) code in your Android project, you are probably using CMake or ndk-build for building and compiling this into a native library...
If you are working with native (C or C++) code in your Android project, you are probably using CMake or ndk-build for building and compiling this into a native library...
Ever since Software is eating the world an ongoing debate in the C and C++ development world is about proper dependency management and if a large amount of thirdparty dependencies...
Recently a potential customer approached me, asking me for a solution to 3D reconstruct inclusions and dirt in translucent gemstones based on camera images. After going back and forth for...
Back in June this year I gave a talk at the local monthly Munich C++ user group meeting in the office rooms from Microsoft about effective dependency management techniques using...