LaTeX Variablen, If Abfragen und Schleifen

Programmieren in TeX / LaTeX Eine umfassende Dokumentation zur Programmierung von LaTeX Klassen und Paketen gibt es leider nicht. In den Anfängen kommt man zwar mit dem LaTeX Begleiter und dem clsguide.pdf in das Thema hinein, hat dann aber nicht zum...

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.

Mount a Samba Share from cheap NAS devices

I recently bought a NAS device called “LANDISK” on ebay (search for SAMBA-FTP-USB-2-0-LAN on google). This device includes a samba server which enables sharing of files on the network. The shared files can be accessed very simple via \\netdisk\\yourshare\....

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

Qt with MinGW

Contrary to what I have done previously I now want to use Qt4 under Windows without Visual Studio and its Compiler. That brings me to MinGW. In the following you find an instruction for the installation of all components Note: I do not use the standalone Version of...