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

https://github.com/ghostface-cybersecurity/c-guide

a simple guide to the C programming language
https://github.com/ghostface-cybersecurity/c-guide

c code guide

Last synced: 4 months ago
JSON representation

a simple guide to the C programming language

Awesome Lists containing this project

README

        

---
title: C-guide
description: a simple guide to the C programming language
tags: C-guide | C-concepts | C-programming
last_update: 29.12.2024
---

Introduction

Welcome, recently I had an idea to learn C for some projects, in this repository I will collect all the mini programs that show the basic concepts of programming in the C programming language

### Navigation:

+ ![hello world](https://github.com/hellcard/C-guide/tree/main/hello-world) - simple hello world programm
+ ![more about c](https://github.com/hellcard/C-guide/tree/main/more-about-c) - about gdb & assembler
+ ![strings](https://github.com/hellcard/C-guide/blob/main/strings) - about strings
+ ![sizes](https://github.com/hellcard/C-guide/tree/main/sizes) - data type sizes
+ ![pointers](https://github.com/hellcard/C-guide/tree/main/pointers) - about pointers
+ ![typecasting](https://github.com/hellcard/C-guide/tree/main/typecasting) - about typecasting
+ ![scanf](https://github.com/hellcard/C-guide/tree/main/scanf) - about scanf function / input
+ ![pointer types](https://github.com/hellcard/C-guide/tree/main/pointer-types) - work with pointers
+ ![commandline](https://github.com/hellcard/C-guide/tree/main/commandline) - more about command line input when running an executable
+ ![heap](https://github.com/hellcard/C-guide/tree/main/heap) - work with heap