Compiling of C++ program with C++0x or C++11 support is simple by using of gcc compiler. C++0x or C++11 features are available in gcc compiler start from version 4.3 onward. If you are using gcc 4.3 onward, you may compile your C++ program with C++0x or C++11 support now....
[ Click to Continue ]Category "G++"
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 ]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 ]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 ]
Compile C++0x or C++11 in GCC