Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fragen Lektion 1
Wie arbeitet ein C/C++-Programm¶
- Was ist ein Computer-Programm?
- Was ist eine Programmiersprache?
- Was ist eine Funktion?
- Wie viele main-Funktionen sollte ein C-Programm haben?
- Was ist eine Standard-Bibliothek (standard library)
- Was ist der Zweck der include-Direktive?
- Was macht ein Präprozessor?
- Was macht ein Compiler?
- Was macht ein Linker?