IDEs for the Windows Platform
Fujitsu COBOL
- Version Number: 3.0
- Revision Date: June 1, 1997
- Byte Size: 12,020,952
- License: Freeware
- Home Page: http://www.adtools.com/
- Author: Fujitsu Corp.
- Source Code: N/A
- Description: Fujitsu COBOL v3 is an older COBOL compiler that is available as freeware. It supports the following:
- ANSI Standard COBOL 1985, ISO-1989-1985
- Compatibility with OS/VS COBOL, VS COBOL II and Micro Focus
- Embedded SQL Preprocessor
- Embedded COBOL Report Writer
- Full function COBOL GUI Source Code Debugger
- Programming Staff (Edit and Compile Environment)
- Compatible with MQSeries
Click here for the manuals on the Fujitsu Cobol
Dev-C/C++
- Version Number: 5.0 beta 9 (4.9.9.2)
- Revision Date: N/A
- Byte Size: 7.8MB
- License: Freeware
- Home Page: http://www.bloodshed.net/dev/index.html
- Author: Bloodshed
- Source Code: Source
- Description: Bloodshed Dev-C++ is a (free) full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. It creates native Win32 executables, either console or GUI. Features:
- Support GCC-based compilers
- Integrated debugging (using GDB)
- Class Browser (experimental)
- Code Completion (experimental)
- Customizable syntax highlighting editor
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- CVS Support
- To-Do List
- CPU Window
Eclipse
- Version Number: 3.7
- Revision Date: N/A
- Byte Size: 120MB
- License: Freeware
- Home Page: http://www.eclipse.org
- Author: Eclipse Foundation
- Source Code: N/A
- Description: Eclipse is a kind of universal tool platform - an open free extensible IDE for anything and nothing in particular. The Eclipse IDE provides an excellent Java source code editor and debugger. There are other plugins for Eclipse that provide full featured development in the following languages:
- For C/C++ download: http://www.eclipse.org/cdt/
- For C# download: http://www.improve-technologies.com/alpha/esharp/
Comments from Jon Strande of JavaPro: "What do you get when an industry heavyweight, IBM, donates source code worth $40 million to the open source community? You get a great, free, integrated development environment (IDE) named Eclipse. Leading the development effort is Object Technology International (OTI), an IBM company, which built the VisualAge products. (IBM is using Eclipse as the basis for its next-generation WebSphere Studio Application Development environment.)"
JBuilder Foundation
- Version Number: 2005
- Revision Date: N/A
- Byte Size: N/A
- License: For personal, non-commercial use.
- Home Page: http://www.borland.com/jbuilder/
- Author: Borland
- Source Code: N/A
- Description: JBuilder is the leading cross-platform environment for learning Java programming and visually developing Java applications for personal use. Multimedia training and tutorials make learning Java easy. Develop on Windows, Linux and Solaris.
JDeveloper
- Version Number: 11.1
- Revision Date: N/A
- Byte Size: 135MB
- License: For personal, non-commercial use.
- Home Page: http://www.oracle.com/technology/software/products/jdev/index.html
- Author: Oracle
- Source Code: N/A
- Description: Oracle9i JDeveloper is a J2EE development environment with end-to-end support for developing, debugging, and deploying e-business applications and web services.
Microsoft Visual C++ 2008 Express
- Version Number: 2008
- Revision Date: N/A
- Byte Size: 2.6MB
- License: Freeware
- Home Page: http://www.microsoft.com/express/vc/
- Author: Microsoft
- Source Code: N/A
- Description: Microsoft Visual C++ is Microsoft's implementation of the C and C++ compiler and associated languages services and specific tools for integration with the Visual Studio IDE. It can compile either in C mode or C++ mode. Visual C++ 2008 Express can build both native and managed applications. Included is the Windows Platform SDK which can build applications that use the Win32 API.
Microsoft Visual C# 2008 Express
- Version Number: 2008
- Revision Date: N/A
- Byte Size: 2.6MB
- License: Freeware
- Home Page: http://www.microsoft.com/express/vcsharp/
- Author: Microsoft
- Source Code: N/A
- Description: Microsoft Visual C# is Microsoft's implementation of the C# language, that targets the .NET Framework, along with the language services that lets the Visual Studio IDE support C# projects. While the language services are a part of Visual Studio, the compiler is available separately as a part of the .NET Framework. The Visual C# 2008 compiler supports version 3.0 of the C# language specifications. Visual C# supports the Visual Studio Class designer, Forms designer, and Data designer among others.
netBeans
- Version Number: 7.0
- Revision Date: N/A
- Byte Size: 50MB
- License: Freeware
- Home Page: http://www.netbeans.org
- Author: Sun
- Source Code: N/A
- Description: A world-class, professional IDE (Integrated Development Environment) - The NetBeans IDE is the Platform (see right) plus modules that include things such as an editor, tools for working with source code (Java, C++ and others), version control, and a lot more. Some of the advantages of it are:
- Advanced syntax highlighting, error checking code editor
- Support for the Java, C, C++, XML and HTML languages
- Support for JSP, XML, RMI, CORBA, JINI, JDBC and Servlet technologies
- Support for Ant, CVS and other version control systems
- Pluggable support for compilers, debuggers and execution services
- Visual design tools
- Wizards and code generation and management tools
- Cross-platform