Skip navigation

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. Read More →

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. Read More →

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. Read More →

Trevor McCauley

Today we sit down and ask some questions to Trevor McCauley (Senocular) about his personal life and Flash. Read More →

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. Read More →