Embedded Database engines

December 15, 2008 · Filed Under Database, General, Review, Software · Comment 

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

November 15, 2008 · Filed Under C++, IDE, Review, Software · Comment 

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

July 5, 2008 · Filed Under C++, General, Programming, Review, Tutorials · 1 Comment 

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

May 15, 2008 · Filed Under C++, Programming, Review · 2 Comments 

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

April 15, 2008 · Filed Under C++, IDE, Programming, Review, Tutorials · 1 Comment 

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

Next Page »