|
| 1 | +# C 프로그래밍 프로젝트 실습 |
| 2 | + |
| 3 | +## 언어 |
| 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 프로그래밍은 컴퓨터 과학의 초석입니다. 이 스킬 트리는 C 언어를 체계적으로 학습할 수 있는 방법을 제공합니다. 메모리 관리, 포인터, 시스템 레벨 프로그래밍을 이해하는 명확한 경로를 제공하여 프로그래밍 초보자에게 적합합니다. 실습 중심의 비디오 없는 강좌와 대화형 C 언어 플레이그라운드에서 코딩 연습을 통해 효율적인 C 프로그램을 작성하는 실질적인 기술을 개발할 수 있습니다. |
| 12 | + |
| 13 | +## 연습 |
| 14 | + |
| 15 | +| 인덱스 | 이름 | 난이도 | 연습 | |
| 16 | +|----------|-----------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------------------------------------------------------------------------------------------------------| |
| 17 | +| 01 | [C 언어로 플래피 버드 만들기](https://labex.io/ko/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-building-flappy-bird-using-c) | |
| 18 | +| 02 | [C 언어를 사용한 간단한 계산기 만들기](https://labex.io/ko/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-making-a-simple-calculator-using-c) | |
| 19 | +| 03 | [C 언어로 오목 게임 만들기](https://labex.io/ko/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-gomoku-game-in-c) | |
| 20 | +| 04 | [C 언어로 뱀 게임 만들기](https://labex.io/ko/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-snake-game-in-c) | |
| 21 | +| 05 | [C 언어를 사용한 파일 유형 통계](https://labex.io/ko/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-file-type-statistics-using-c) | |
| 22 | +| 06 | [C 언어를 사용한 타자 연습 프로그램](https://labex.io/ko/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-typing-practice-program-using-c) | |
| 23 | +| 07 | [C 언어로 2048 게임 만들기](https://labex.io/ko/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-2048-game-in-c) | |
| 24 | +| 08 | [Ncurses 를 사용하여 C 로 코드 레인 만들기](https://labex.io/ko/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-code-rain-in-c-using-ncurses) | |
| 25 | +| 09 | [C 언어로 간단한 틱택토 게임 만들기](https://labex.io/ko/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | |
| 26 | +| 10 | [GTK 를 사용하여 간단한 스톱워치 앱 만들기](https://labex.io/ko/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-create-a-simple-stopwatch-app-using-gtk) | |
| 27 | +| 11 | [OpenGL 을 사용한 간단한 시계 애니메이션 만들기](https://labex.io/ko/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | |
| 28 | +| 12 | [C 언어로 동적 하트 애니메이션 만들기](https://labex.io/ko/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-dynamic-heart-animation-with-c) | |
| 29 | +| 13 | [C 언어 콜백 함수 구현](https://labex.io/ko/courses/project-callback-functions) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-callback-functions) | |
| 30 | +| 14 | [Mutex 를 사용한 멀티스레드 프린팅 동기화](https://labex.io/ko/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-chaotic-typewriter) | |
| 31 | +| 15 | [C 언어에서 명령줄 인수 파싱](https://labex.io/ko/courses/project-command-line-arguments) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-command-line-arguments) | |
| 32 | +| 16 | [C 언어 기반 이중 연결 리스트 구현](https://labex.io/ko/courses/project-doubly-linked-list) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-doubly-linked-list) | |
| 33 | +| 17 | [C 언어로 큐 자료구조 구현하기](https://labex.io/ko/courses/project-implementing-a-queue) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-implementing-a-queue) | |
| 34 | +| 18 | [버블 정렬로 코스 정렬하기](https://labex.io/ko/courses/project-organizing-course-list) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-organizing-course-list) | |
| 35 | +| 19 | [Building Remote Shell Client](https://labex.io/ko/courses/project-remote-shell) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-remote-shell) | |
| 36 | + |
| 37 | +## 더 보기 |
| 38 | + |
| 39 | +- 🔗 [C 자세히 알아보기](https://labex.io/ko/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