|
| 1 | +# Üben Sie C Programmierprojekte |
| 2 | + |
| 3 | +## Sprachen |
| 4 | + |
| 5 | +🇨🇳 [简体中文](README_zh.md) 🇯🇵 [日本語](README_ja.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) |
| 6 | + |
| 7 | +<div align="center"> |
| 8 | +<img width="128px" src="https://file.labex.io/path/GAbMWgBPUOxV.png"> |
| 9 | +</div> |
| 10 | + |
| 11 | +C-Programmierung ist das Fundament der Informatik. Dieser Skill Tree bietet einen systematischen Ansatz zum Erlernen der C-Sprache. Er eignet sich hervorragend für Programmieranfänger und bietet einen klaren Weg, um Speicherverwaltung, Zeiger und systemnahe Programmierung zu verstehen. Praktische, nicht-videobasierte Kurse und Programmierübungen in einem interaktiven C-Spieleplatz helfen Ihnen, praktische Fähigkeiten zum Schreiben effizienter C-Programme zu entwickeln. |
| 12 | + |
| 13 | +## Übungen |
| 14 | + |
| 15 | +| Index | Name | Schwierigkeit | Übung | |
| 16 | +|---------|--------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|-----------------------------------------------------------------------------------------------------------------| |
| 17 | +| 01 | [Entwicklung von Flappy Bird mit C](https://labex.io/de/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-building-flappy-bird-using-c) | |
| 18 | +| 02 | [Erstellen eines einfachen Taschenrechners mit C](https://labex.io/de/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-making-a-simple-calculator-using-c) | |
| 19 | +| 03 | [Erstellen eines Gomoku-Spiels in C](https://labex.io/de/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-creating-a-gomoku-game-in-c) | |
| 20 | +| 04 | [Erstellen eines Snake-Spiels in C](https://labex.io/de/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-creating-a-snake-game-in-c) | |
| 21 | +| 05 | [Dateityp-Statistik mit C](https://labex.io/de/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-file-type-statistics-using-c) | |
| 22 | +| 06 | [Schreibübungsprogramm mit C](https://labex.io/de/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-typing-practice-program-using-c) | |
| 23 | +| 07 | [Erstellen eines 2048-Spiels in C](https://labex.io/de/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-creating-a-2048-game-in-c) | |
| 24 | +| 08 | [Erstellen eines Code-Regens in C mit Ncurses](https://labex.io/de/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-creating-a-code-rain-in-c-using-ncurses) | |
| 25 | +| 09 | [Erstellen eines einfachen Tic-Tac-Toe-Spiels in C](https://labex.io/de/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | |
| 26 | +| 10 | [Erstellen einer einfachen Stoppuhr-App mit GTK](https://labex.io/de/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-create-a-simple-stopwatch-app-using-gtk) | |
| 27 | +| 11 | [Erstellen einer einfachen Uhranimation mit OpenGL](https://labex.io/de/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | |
| 28 | +| 12 | [Erstellen einer dynamischen Herzanimation mit C](https://labex.io/de/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-creating-a-dynamic-heart-animation-with-c) | |
| 29 | +| 13 | [Implementierung von Callback-Funktionen in C](https://labex.io/de/courses/project-callback-functions) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-callback-functions) | |
| 30 | +| 14 | [Synchronisieren Sie das mehrthreadige Drucken mit Mutex](https://labex.io/de/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-chaotic-typewriter) | |
| 31 | +| 15 | [Parsen von Befehlszeilenargumenten in C](https://labex.io/de/courses/project-command-line-arguments) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-command-line-arguments) | |
| 32 | +| 16 | [Implementierung einer doppelt verketteten Liste in C](https://labex.io/de/courses/project-doubly-linked-list) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-doubly-linked-list) | |
| 33 | +| 17 | [Implementierung der Warteschlangen-Datenstruktur in C](https://labex.io/de/courses/project-implementing-a-queue) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-implementing-a-queue) | |
| 34 | +| 18 | [Sortieren von Kursen mit Bubble Sort](https://labex.io/de/courses/project-organizing-course-list) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-organizing-course-list) | |
| 35 | +| 19 | [Building Remote Shell Client](https://labex.io/de/courses/project-remote-shell) | ★☆☆ | [🚀 Labor Starten](https://labex.io/de/courses/project-remote-shell) | |
| 36 | + |
| 37 | +## Mehr |
| 38 | + |
| 39 | +- 🔗 [C Erfahren Sie mehr über](https://labex.io/de/skilltrees/c) |
| 40 | +- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects) |
| 41 | +- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses) |
| 42 | + |
0 commit comments