|
| 1 | +# Praticar Projetos de Programação C |
| 2 | + |
| 3 | +## Idiomas |
| 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 | +A linguagem C é a base da ciência da computação. Esta Skill Tree oferece uma maneira sistemática de aprender a linguagem C. É perfeita para iniciantes em programação, oferecendo um caminho claro para compreender o gerenciamento de memória, ponteiros e programação de baixo nível. Cursos práticos, sem vídeos, e exercícios de codificação em um playground interativo de linguagem C ajudam você a desenvolver habilidades práticas na escrita de programas C eficientes. |
| 12 | + |
| 13 | +## Exercícios |
| 14 | + |
| 15 | +| Índice | Nome | Dificuldade | Prática | |
| 16 | +|----------|------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------------------------------------------------------------------------------------------------------| |
| 17 | +| 01 | [Construindo Flappy Bird Usando C](https://labex.io/pt/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-flappy-bird-using-c) | |
| 18 | +| 02 | [Criando uma Calculadora Simples Usando C](https://labex.io/pt/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-making-a-simple-calculator-using-c) | |
| 19 | +| 03 | [Criando um Jogo de Gomoku em C](https://labex.io/pt/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-gomoku-game-in-c) | |
| 20 | +| 04 | [Criando um Jogo da Cobrinha em C](https://labex.io/pt/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-snake-game-in-c) | |
| 21 | +| 05 | [Estatísticas de Tipos de Arquivos Usando C](https://labex.io/pt/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-file-type-statistics-using-c) | |
| 22 | +| 06 | [Programa de Prática de Digitação em C](https://labex.io/pt/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-typing-practice-program-using-c) | |
| 23 | +| 07 | [Criando um Jogo 2048 em C](https://labex.io/pt/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-2048-game-in-c) | |
| 24 | +| 08 | [Criando uma Chuva de Código em C Usando Ncurses](https://labex.io/pt/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-code-rain-in-c-using-ncurses) | |
| 25 | +| 09 | [Criando um Jogo da Velha Simples em C](https://labex.io/pt/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | |
| 26 | +| 10 | [Criar um Aplicativo de Cronômetro Simples Usando GTK](https://labex.io/pt/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-create-a-simple-stopwatch-app-using-gtk) | |
| 27 | +| 11 | [Criando uma Animação de Relógio Simples Usando OpenGL](https://labex.io/pt/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | |
| 28 | +| 12 | [Criando uma Animação de Coração Dinâmica com C](https://labex.io/pt/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-dynamic-heart-animation-with-c) | |
| 29 | +| 13 | [Implementando Funções Callback em C](https://labex.io/pt/courses/project-callback-functions) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-callback-functions) | |
| 30 | +| 14 | [Sincronizar Impressão Multithread com Mutex](https://labex.io/pt/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-chaotic-typewriter) | |
| 31 | +| 15 | [Análise de Argumentos da Linha de Comando em C](https://labex.io/pt/courses/project-command-line-arguments) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-command-line-arguments) | |
| 32 | +| 16 | [Implementando Lista Duplamente Ligada em C](https://labex.io/pt/courses/project-doubly-linked-list) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-doubly-linked-list) | |
| 33 | +| 17 | [Implementando a Estrutura de Dados Fila em C](https://labex.io/pt/courses/project-implementing-a-queue) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-implementing-a-queue) | |
| 34 | +| 18 | [Ordenando Cursos com Bubble Sort](https://labex.io/pt/courses/project-organizing-course-list) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-organizing-course-list) | |
| 35 | +| 19 | [Building Remote Shell Client](https://labex.io/pt/courses/project-remote-shell) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-remote-shell) | |
| 36 | + |
| 37 | +## Mais |
| 38 | + |
| 39 | +- 🔗 [C Saiba mais sobre](https://labex.io/pt/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