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

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

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

MS-SQL Server Express

April 18, 2008 · Filed Under Database, General, Getting Started, IDE, Programming, Software, Tutorials · Comment 

MS-SQL server express is good database for developers, hobbyists and it includes all the features that you need to develop database for website or VB/VC application. If you’re using access for your visual basic application then switching to MS-SQL is easy & beneficial.  It is also available as free of cost and you can get support for this product on MSDN and its respective forums. This article will discuss MS-SQL express in few easy steps. 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 »