Edzard Egberts schrieb: > Nikolas schrieb: >> I am currently using Dev-Cpp but it is getting very "old" and it is >> unstable. I want to change to an other ide. > > I'm using Eclipse with CDT-Plugin (http://www.eclipse.org/downloads/)
For low end hardware (or even much snappier workflow) you may try fldev from http://www.hardl.de/fldev/download.php (make sure ti use the latest svn version) For fltk projects use $(shell fltk-config --libs) $(shell fltk-config --cxxflags) $(shell fltk-config --ldflags) (might be extended with --use-gl, --optim ...) http://www.hardl.de/fldev/screen2.jpg Another nice 'IDE' is scite (avail. for win, lnx ...) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

