Considering development kits
Recently, I thought myself as an engineer which is insane. To overcome this situation and to do what I tried in my whole life, I decided to develop some code whatever it is.
One problem with this is what environment can be good for this. Just vi and gnu tools combination can work but I want more efficient method.
For the development method, I consider three possible volunteers – Eclipse, XCode, Qt Creator.
Eclipse (http://www.eclipse.org) is a best way if I want to develop Java-based application. You can use C/C++ and other languages as well. But, it seems a little bit heavier compare to others.
XCode is a good choice for Mac-oriented development. It provides full-featured environment with free of charge. One bad thing is that I only can use this in Mac and for Mac.
Qt Creator can be another possible choice. It provides a tool for Qt-based development. It has editor in it and debugger and others. Even it has GUI designer. It can be a good choice for multi platform application.
I still can’t choose one but will decide in near future before I start a project.



