From: Pink B. <da...@ya...> - 2013-03-15 22:08:18
|
Leslaw Bieniasz wrote: > I am new to this list and to DevC++. I need a c++ compiler and IDE that allows one to develop console applications for Win 32. The applications will serve for numerical computations. The important requirement is that I need a support for "long double" variables (that is I need variables more precise than "double" variables according to IEEE754). Does DevC++ offer such a support? I also need a support for the stl. CodeLite should do that. http://www.codelite.org Or CodeBlocks. http://www.codeblocks.org/ Both are open source and light weight IDE's. I've been using CodeLite myself. Code completion works fairly well on it. PS: CodeLite uses virtual folders to logically organize your project. Virtual folders have nothing in particular to do with the actual folders on disk. This point seems to confuse people at first. Matt |