January 21st in Programming, Tutorials by .

Execute shell/bash command using C/C++

In this article I’ll explain how to execute a shell command using a c/c++ program.
There’s an advanced example included, reading line by line from a file and executing a command for each line.

January 5th in Programming, Tutorials by .

Mysql C API Programming

In this tutorial I will explain how to write a simple C++ program using MySQL C API.
This program is only a example in order to get you started in the right direction using C++ and MySQL.
If you’re planning to build the next rival to www.partypoker.com then you might need a little bit more training, but this should get you started.