I use KDevelop to write libraries, console programs, CGI apps and similar applications. For these, I find KDevelop has a very quick response and very low system lag. When writing a user interface(UI), I find it best to first determine which UI library (i.e. Qt4), then selected the tool set that directly supports the UI library. These tools tend to be very slow. Also KDevelop4.x is relatively new and the UI support is being reworked. It is wait and see at this point.
How about making tutorial on rapid app dev with kdevelop4 building UI if possible? Is there a way of rapidly making UI with KDevelop4 (otherwise kdevelop4 is not a rapid application development ide, or is it?)
Execute your code from konsole. You need to find it in the build dir of your project and be sure to use "./" before your program name. I believe there are some limitations with the earlier version of KDevelop which may be causing your problem.
I use KDevelop to write libraries, console programs, CGI apps and similar applications. For these, I find KDevelop has a very quick response and very low system lag. When writing a user interface(UI), I find it best to first determine which UI library (i.e. Qt4), then selected the tool set that directly supports the UI library. These tools tend to be very slow. Also KDevelop4.x is relatively new and the UI support is being reworked. It is wait and see at this point.
hkbrown101 7 months ago
How about making tutorial on rapid app dev with kdevelop4 building UI if possible? Is there a way of rapidly making UI with KDevelop4 (otherwise kdevelop4 is not a rapid application development ide, or is it?)
nemanjarajkov 7 months ago
Thanx a lot.
I always did C++ on Windows with MS Visual C++,
but then i decided use Linux instead of Windows.
I was a bit confused at the beginning, but your
tutorial helped a lot to get into KDevelop.
I will have a look at your other tutorials now.
Metaler93 8 months ago
Execute your code from konsole. You need to find it in the build dir of your project and be sure to use "./" before your program name. I believe there are some limitations with the earlier version of KDevelop which may be causing your problem.
hkbrown101 10 months ago
how to enter input in the application after execute?
I try putting cin.get() after hello world to stop the application to exit until i hit enter. But I can't input anything.
Why it doesn't open a new console (like in windows console application)?
Thanks before.
ganibc 10 months ago