Errors & Exception handling
Every accomplished programmer or developer has been through lot of errors and exceptions while programming. Errors are developers’ birth right. You can’t be better programmer if you don’t know how to deal with them. Every programming language has its own way of dealing with them. The focus of this article is to help you deal with errors that are bound to occur while you develop program. Read more
WINBGIm Graphics
Previously, I’ve discussed installation & configuration of Winbgim with Dev-C++ here. As devpaks for Winbgim are released, things are now much better than before. This article is designed to help you create graphics programs using WINBGIm and DEV-C++. Read more
C++ under linux
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
Getting Answers : C++
If you’re C++ programmer and you’ve some problem regarding it then there are plenty of resources to receive help . You can even keep your C++ knives sharp by joining some of the forums or groups to help others and learn something new from it. Read more
MS-SQL Server Express
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
