An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: thecprogramminglanguage

a-p-jo/allocator

Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"

Language: C - Size: 30.3 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 9 - Forks: 2

Embed-Threads/Learn-C

A curated list of the top books to learn C programming, carefully selected to provide a comprehensive understanding of the language. Perfect for beginners and those looking to enhance their skills, these books guide you through C programming intricacies.

Size: 114 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

gvlima/the-c-programming-language-2nd-edition

Solutions for all exercises int he book The C Programming Language - 2nd edition by Dennis M. Ritchie and Brian W. Kernighan

Language: C - Size: 172 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

JalalSayed1/Storage-Managment

Rudimentary storage allocator using the Stack data structure. Section 5.4 of The C Programming Language.

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JalalSayed1/getint

Free-format input conversion to one integer per call. Section 5.2 of The C Programming Language.

Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JalalSayed1/strindex

strindex to find pattern in string s. Section 4.1 of The C Programming Language.

Language: C - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JalalSayed1/atof

Convert string s to its double precision equivalent. Section 4.2 of The C Programming Language.

Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JalalSayed1/QuickSort

Quicksort algorithm using the meddle element as pivot in C to sort an array of integers. Section 4.10 of The C Programming Language.

Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JalalSayed1/itoa

Convert n to characters in s. Section 3.6 and 4.10 of The C Programming Language.

Language: C - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JalalSayed1/Calculator-using-reverse-Polish-notation

Calculator program that provides the operators +, -, * and / as well as modulus %, print last result ?, duplicate last result #, swap last two results ~ and clear stack (memory) !. . It uses the reverse Polish notation. Section 4.3 of The C Programming Language.

Language: C - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

dko1905/TheCProgrammingLanguageExercises

Source code and solutions of exercises to The C Programming Language 2nd Edition by Brian W. Kernighan and Dennis M. Ritchie.

Language: C - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

spinedaospina/The_C_Programming_Language

In this repo you can find the solutions to The C programming language. I am still working in this project, so some Exercises can´t be found.

Language: C - Size: 75.2 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0