Читать книгу Beginning Programming All-in-One For Dummies - Wallace Wang - Страница 96
Free software
ОглавлениеMany compilers come with their own IDE, but you can always use another IDE or a stand-alone editor instead. These IDEs are popular (and free):
Apache NetBeans (
https://netbeans.apache.org
): Designed for writing Java programs, it can be used for writing C and C++ programs as well. NetBeans is available for multiple operating systems.Atom (
https://atom.io
): Atom is an open-source editor for Linux, macOS, and Windows.Eclipse (
www.eclipse.org
): Designed for writing Java programs, it can also be used for writing C, C++, PHP, and even COBOL programs. Eclipse is available for multiple operating systems.