Skip navigation

Category Archives: Review

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.

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

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++ : 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.

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