Thanks to PlatformIO it is very easy to add further functionality from libraries to the code for ESP8266. When you need to install library, just […] Read More
Tag: C++
I was playing with idea to extend the game functionality by adding multi-player support early on. There is very nice tutorial Unite 2014 – New […] Read More
Cppcheck is useful tool for assesment of C++ code quality. It can diagnose many potential problems. It’s quite easy to configure Cppcheck to open files […] Read More
Let’s try to build sample applications from Adobe Illustrator SDK CC with Express version of Visual Studio. Adobe Illustrator SDK is available at: http://www.adobe.com/devnet/illustrator/sdk.html In readme […] Read More
Imagine that we have C++ project e.g. for Visual Studio 2008. It is possible to build this project just by msbuild command: msbuild MyProject.vcproj /p:Configuration=”Release” […] Read More