Skip navigation

Category Archives: Programming

C++ Templates

Template in C++ is very interesting topic. Templates allow you to define functions and  Classes that have parameters for type names. This article is about C++ templates, its types and its usage.

C++ under linux

There are plenty of ways with which you can do C++ programming under linux. You can use mdern IDE’s or use VI/Emacs to create C++ program files then can even use gcc on terminal to compile and execute C++ files.Let’s discuss the simple way to create programs under linux.

Borland C++ Builder -Components

In previous posts,I’ve covered some details about creating windows & console applications.If you haven’t read the previous part,please take a look at part1,part2 & part3.For those who followed this series continue reading this article.

JDBC Drivers

JDBC drivers allow you to connect to any type of database. There are 4-types of JDBC drivers available, out of which Type-1 and Type-4 is used extensively. This article will cover the introductory part of JDBC drivers. So let’s start the discussion from the JDBC API in short.

Getting Answers : C++

If you’re C++ programmer and you’ve some problem regarding it then there are plenty of resources to receive help . You can even keep your C++ knives sharp by joining some of the forums or groups to help others and learn something new from it.