In this tutorial, i’ll demonstrate an example on how to connect to PostgreSQL database using gcc in linux. Also, i’ll demonstrate some basic SQL execution in the C++ example so that it give better understading to you how all of these are working. If you are looking a tutorial for windows platform, you could visit......
[ Click to Continue ]Category "Linux"
I was looking for a solution to share some of my files in my Ubuntu server to others and while thinking of “cloud computing” at that time, I am thinking if i can try to share my files by linking my box to my existing dropbox account or not. Thus, i give a try and......
[ Click to Continue ]This example will demonstrate how you can write a C++ program to utilize SQLite as your program database file in Linux environment. I am using Ubuntu in this demonstration. If you are new to C++ & SQLite in Ubuntu, it is advisable that you read the following article so that you have better understanding what......
[ Click to Continue ]Installing SQLite in Ubuntu is pretty simple and all you have to do is using the following command to download and install the package....
[ Click to Continue ]This article aim to share a little bit of knowledge on how to compile c++ code by using gcc compiler. In case you never experience how to compile c++ code in linux environment, this article will guide you through install of gcc and compile your very first C++ program in Ubuntu. Here it go the......
[ Click to Continue ]
C++ PostgreSQL Example in Linux