C++ under linux

June 16, 2008 · Filed Under C++, General, Getting Started, Linux, Programming, Tutorials · Comment 

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

June 15, 2008 · Filed Under C++, IDE, Programming, Tutorials · Comment 

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

June 8, 2008 · Filed Under General, Interviews · Comment 

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

JDBC Drivers

June 6, 2008 · Filed Under Database, Java, Programming, Software, Tutorials · Comment 

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

CodeBlocks IDE

June 3, 2008 · Filed Under C++, IDE, Software · Comment 

As DevC++ (Bloodshed) is not being maintained actively, so my hunt for C++ IDE continues. Netbeans & Eclipse C++ Packages can be a good option but very few opt for them as they’re more suitable for Java & PHP. So Finally I’ve found Codeblocks to replace DevC++. Read more

« Previous PageNext Page »