Compilation of Phonon under Windows XP

The original documentation of Trolltech was not sufficient to get me compile the phonon.dll and phonon_ds94.dll under Windows XP. Therefore you find here a description of what I did to get it compile. I use Visual Studio 2005 and the corresponding nmake compiler. The...

Mathematik mit C++

Nützliche Links… Numerical Recipes Onlineversion des Buches unter http://www.nrbook.com/ Math Tools Mathematische Funktionen in C++ math.h, Standard C library for mathematic operations.

C++ STL Dokumentation

Here a list of free available documentations that I could find: http://www.cplusplus.com/reference/clibrary/ http://wwwasd.web.cern.ch/wwwasd/lhc++/RW/stdlibcr/com_8038.htm

Streams in C++

Bei der Einarbeitung der Ein und Ausgabe von Daten in C++ bin ich bei der Suche nach Dokumentationen zu streams auf folgende Webseiten gestoßen: http://www.cplusplus.com/reference/iostream/ Ein- und Ausgabe in C++ – IO-Streams...