Smallbasic

Smallbasic is simple language targeted for beginners. It tries to make it easier for newbies to start with programming.
[Read more...]

Embedded Database engines

There are numerous relational databases out there, each providing their own different level of functionality. If you’re building standalone java application and want to distribute your application across multiple computers. Then this question frequently comes out: “Which Embedded database should I use in this situation? [Read more...]

Visual C++ Express

Developing C++ programs for windows platform can be fun, provided that you’re using the right tool. There are plenty of choices available while starting your journey in windows development using C++. The two most worthy tools are Turbo C++ explorer & Microsoft visual C++ express. [Read more...]

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...]

RAD-C++ : GUI Library

There are lot of GUI toolkits arround,each has its own way of developing programs.There are many libraries that requires lot of study & you need to spend a lot of time with it.At the end,you wish you can create your programs in few minutes without thinking about the DLL or any memory issue.In such case RAD-C++ is the library you are looking for, [Read more...]

Wx-Dev-C++ : Open Source Wxwidget IDE

Dev-C++ is the most promising IDE for learning C++ that gives you with mingw(source),package manager,devpaks & more features.But best of all it is free,thats why it is the most downloaded IDE from sourceforge.But there has been no news for this IDE since last version beta 5.In the meantime guru cathiresan came up with Wx-DevC++,fork of Dev-C++ that has support for wxwidget. [Read more...]

Dev-C++ : Introduction

I was searching for alternative for Turbo C++ and i found out a very good IDE “Dev-C++”.Unlike turbo c++,It has enough user base & supported by libraries/developers,help is available on many programming forums.Also many game developers use Dev-C++ as thier back-end IDE. [Read more...]

In review : C/C++ Books

There are several C/C++ books targeted towards beginners. It becomes a tough decision while choosing single out of them. It depends on how you grasp the things, some folks learn from run & learn method while some learn from theory approach. If you are pursuing a C/C++ course in college/institute then your instructors will point you to right direction. Still if you’re lost then read on. [Read more...]

In Review :Turbo Explorer

I have written a lot about turbo c++ 3.0 compiler.I think it is the great IDE for any beginner in C++.It is still used in many training institutes,colleges and universities.Recently borland revived the turbo series products [Read more...]