Month: December 2014
A demonstration of simple Internet client-server applications in C++ (Linux-based).The client application tries to connect to the remote server application using the IP address of the remote server (‘localhost’ or …
A quick guide to setting up and installing OpenCV for using in the Code::Blocks integrated development environment in Linux. The version of Linux I am currently using is Ubuntu 14.04. …
Some examples of how to configure Code::Blocks to use the Boost C++ libraries:1. Header-only (Windows) 2. Compiled libraries (Windows) 3. Compiled libraries (Ubuntu Linux)1. Header-only (Windows)To configure Code::Blocks to use …