Category Archives: C++

Visual Studio for Raspberry Pi/Linux C++ Development

Since Visual Studio 2015 it is possible to develop software in C++ for linux systems. This is pretty great if you are planning on developing software for a Raspberry Pi.

Posted in C++, Computer Stuff, Programming, Raspberry Pi | Tagged , , , | Leave a comment

Starting with OpenCV

I installed OpenCv (Windows) and compiling my first code was not as easy as I expected. Basically my %OPENCV_DIR% environment variable didn’t work and this is a work around.    

Posted in C++, Computer Stuff, OpenCV, Programming | Tagged , | Leave a comment