Literatur

Algorithmen und Datenstrukturen

C++ Basics

Programmieren in C++

STL Basics

Makefiles

Zahlengeneratoren

Tools und Animationen

Entwicklungsumgebungen für zu Hause

GNU C++ Compiler

In der Lehrveranstaltung wird der «GNU» C++ Compiler in der Version 4.1.1 verwendet. Dieser Compiler ist für fast alle Plattformen bzw. Betriebssysteme verfügbar und kann kostenlos heruntergeladen werden. 
 
Die Homepage des GNU C++ Compilers ist zu finden unter: «http://gcc.gnu.org/» 
 
Auf dieser Homepage findet man auch viele Informationen rund um den Compiler. Unter dem Link Binaries kommt man zu dem downloadbaren Compiler-Programm. 

Bloodshed Dev-C++

Für FreundInnen der integrierten Entwicklungsumgebung. Es wird eine ältere Version des GCC verwendet, das ist aber für die Lehrveranstaltung nicht problematisch. 
 
O-Ton: «Bloodshed Dev-C++» is a 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. Dev-C++ can also be used in combination with Cygwin. 
 
Dev-C++ is Free Software (also referred as Open Source) and you can download it form «sourceforge.net». 

Borland C++ Compiler 5.5

«http://cc.codegear.com/Free.aspx?id=24778» Download des Borland C++ Compiler 5.5 (Free Command-line Compiler) 
 
Weitere Details zur Konfiguration des Compilers finden Sie im "C:BorlandBCC55readme.txt" nach der Installation. Es müssen zwei Konfigurations-Datein im C:BorlandBCC55Bin (Standardinstallation) Verzeichnis erstellt und der Pfad um dieses Verzeichnis erweiteret werden. 

Eclipse CDT Plugin

«http://www.eclipse.org/cdt/» Eclipse CDT Plugin (for C++ Use) 

Visual Studio

«http://www.microsoft.com/germany/express/product/visualcplusplusexpress.aspx» 
 
Zu Microsoft-Software siehe auch die MSDN-Academic-Alliance der Fakultät für Informatik «http://informatik.univie.ac.at/studierende/infosammlung/software/» 

MinGW

«http://www.mingw.org/» (Installation Suite with GCC Compiler) 

NetBeans IDE

«http://www.netbeans.org/features/cpp/index.html» 
Letzte Änderung: 20.02.2012, 15:37 | 384 Worte