Errors & Exception handling

October 15, 2008 · Filed Under C++, Getting Started, Programming, Software, Tutorials · Comment 

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

Wxwidgets

September 10, 2008 · Filed Under C++, Programming, Software, Tutorials · 2 Comments 

There are plenty of open source toolkits available for GUI design like: Ultimate++, FLTK and QT. But very few can be used effectively such as Wxwidgets. Programming language like Java is very easy to learn and deploy, but there are many problems addressed with it.Mono.net is still in its progressive stage, so there is huge learning curve ahead. Read more

WINBGIm Graphics

August 12, 2008 · Filed Under C++, Getting Started, Programming, Software, Tutorials · Comment 

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

C++ under linux

June 16, 2008 · Filed Under C++, General, Getting Started, Linux, Programming, Tutorials · Comment 

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

Next Page »