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

https://github.com/saksham-joshi/advance-c

A complete package to learn and code highly optimized programs in C.
https://github.com/saksham-joshi/advance-c

c c-language high-performance-code low-level-optimization low-level-programming

Last synced: 3 months ago
JSON representation

A complete package to learn and code highly optimized programs in C.

Awesome Lists containing this project

README

          

# 🛠 Advance-C 🛠

#### A repository dedicated to mastering the C programming language. This space is designed for storing well-structured C codes and detailed notes to help understand and explore the language's intricacies.

> #### Visit here for well written **C language documentations**.

---
### Motto
```
Master the C language to such an extent that writing highly complex systems feels ease.
+
Writing super clean code.
+
Writing highly optimized code.
+
Writing easy to maintain code.
````
---
### 🎹 Coding Convention
```
Functions - camelCase

Function Parameters - smallcase starting with '__'

Local Variables - lowercase

Immutable global variables - UPPER_CASE

Mutable global Variables - UPPER_CASE ending with '__'

typedef/structs/types - PascalCase

struct members - smallcase starting with underscore

File names - Capitalized seperated by underscore
```

---

> 🚀 **Starting date** : ```01-January-2025```

---

## 🔗 Developer Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://sakshamjoshi.vercel.app/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sakshamjoshi27)
[![Github](https://img.shields.io/badge/Visit_my-Github-purple)](https://github.com/saksham-joshi)
[![X(Twitter)](https://img.shields.io/twitter/follow/sakshamjoshi27
)](https://x.com/sakshamjoshi27)
[![Static Badge](https://img.shields.io/badge/mail_at-social.sakshamjoshi%40gmail.com-aqua)](mailto:social.sakshamjoshi@gmail.com)