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...
Read MoreCategory "Ubuntu"
C++ SQLite Example in Linux
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++...
Read MoreInstalling SQLite in Ubuntu
Installing SQLite in Ubuntu is pretty simple and all you have to do is using the following command to download and install the package....
Read MoreCompiling C++ code by using g++ in Ubuntu
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...
Read More
