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

Remote method invocation

October 8, 2008 · Filed Under General, Java, Programming · Comment 

In distributed computing, client-server communication takes place between objects. In CORBA, two different objects can communicate with each other. But,If you’re programming in java, then place where your objects reside are part of JVM. So what if you need to communicate with the objects in two different JVM’s. In this case RMI is the solution. Read more

Java Packages

September 20, 2008 · Filed Under General, Java, Programming · Comment 

If you’re using java as programming language, then you’ll work with lot of packages and sub-packages. If you want to program effectively then you should understand what packages are, as from compilers view point packages and its nested packages has nothing to do with each other. So in this article you’ll learn about the packages in java. Read more

Wxwidgets

September 10, 2008 · Filed Under C++, Programming, Software, Tutorials · 1 Comment 

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

Next Page »