An open API service indexing awesome lists of open source software.

https://github.com/minhi0449/c-cpp

제어문, 포인터, 구조체, 객체지향, 입출력, 스레드, 네트워크 학습
https://github.com/minhi0449/c-cpp

c c-language c-programming coding-practice cplusplus cpp programming-exercises study

Last synced: about 1 month ago
JSON representation

제어문, 포인터, 구조체, 객체지향, 입출력, 스레드, 네트워크 학습

Awesome Lists containing this project

README

          

# C/C++ Study
> C/C++ 공부 / 실습 코드

| 챕터 | 내용 | 챕터 | 내용 |
|------|------|------|------|
| **1장** | C언어 소개 및 개발환경 구축 | **9장** | 배열과 포인터 |
| **2장** | 변수와 자료형 | **10장** | 함수와 포인터 |
| **3장** | 연산자 | **11장** | 여러 가지 포인터 |
| **4장** | 조건문 | **12장** | 문자열 |
| **5장** | 반복문 | **13장** | 구조체와 공용체 |
| **6장** | 함수 | **14장** | 동적 메모리 할당 |
| **7장** | 배열 | **15장** | 파일 입출력 |
| **8장** | 포인터 | **16장** | 전처리문 |

## 사용 기술 (Tech Stack)
| 분야 | 스택 |
|----|------|
| **Language** | ![C](https://img.shields.io/badge/C-00599C?style=flat&logo=c&logoColor=white) ![C++](https://img.shields.io/badge/C++-00599C?style=flat&logo=cplusplus&logoColor=white) |
| **Editor / IDE** | ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-007ACC?style=flat&logo=visual-studio-code&logoColor=white) |
| **Compiler** | ![GCC](https://img.shields.io/badge/GCC-5E97D0?style=flat&logo=gnu&logoColor=white) ![Clang](https://img.shields.io/badge/Clang-262D3A?style=flat) |
| **Version Control** | ![Git](https://img.shields.io/badge/Git-F05032?style=flat&logo=git&logoColor=white) ![GitHub](https://img.shields.io/badge/GitHub-181717?style=flat&logo=github&logoColor=white) |
| **OS** | ![macOS](https://img.shields.io/badge/macOS-000000?style=flat&logo=apple&logoColor=white) ![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat&logo=windows&logoColor=white) |