learning
  • Introduction
  • Materials
    • Elibraries
    • Torrents
    • Videos
    • Websites
  • Formal science
    • Computer Science
      • Algorithms and Data Structures
      • API
      • Backups
      • CLI
      • Cloud computing
        • AWS
        • Azure
        • GCP
      • Competitive programming
      • Computer architecture
      • Computer graphics
        • Image processing
        • SVG
      • Computer languages
        • Markup languages
          • HTML
          • Markdown
          • TeX
            • BibTeX
              • JabRef
            • LaTeX
        • Programming languages
          • Assembler
          • C
            • C libraries
          • C++
            • C++ libraries
            • Qt
          • Java
            • Java libraries
          • MATLAB
          • Python
            • Python libraries
              • Dask
              • Django
              • NumPy
              • Pandas
        • Shell scripting languages
          • PowerShell
          • Sh
            • Bash
            • Csh
            • Ksh
        • Style sheet languages
          • CSS
      • Data Science
        • Data visualization
        • Hadoop
        • Kafka
        • Spark
      • Database
        • NoSQL
          • MongoDB
        • Relational
          • DB2
          • MySQL
          • PostgreSQL
          • SQLite
        • SQL
      • Distributed systems
        • CRDT
        • RPC
      • GameDev
        • Unity
      • Hardware
        • Arduino
        • CPU
          • RISC-V
      • Licensing
      • Machine learning
        • Artificial intelligence
        • Data mining
      • Networking
        • DNS
        • Domains
        • HTTP
        • Nginx
        • Peer-to-peer
          • BitTorrent
      • Open source
        • GitHub
          • GitHub actions
      • Operating Systems
        • Android
        • Containers
          • Docker
          • Kubernetes
      • Package managers
        • Nix
      • Program exectuion
        • Build systems
        • Compilers
          • LLVM
      • Programming
        • CI/CD
        • DevOps
          • Observability
          • Terraform
      • Security
        • Cryptography
      • Shell
        • Fish
        • Zsh
      • Text editors
        • Vim
          • Plugins
        • VS Code
      • Version control
        • Git
      • Web
        • Browsers
          • Chrome
          • Firefox
        • Search engines
    • Logic
    • Mathematics
      • Applied mathematics
        • Probability and statistics
          • Probability theory
          • Statistics
      • Pure mathematics
        • Algebra
          • Linear algebra
          • Group theory
        • Analysis
        • Foundations
          • Fractal
          • Graph theory
          • Lambda calculus
          • Type theory
        • Geometry
          • Algebraic geometry
        • Number theory
        • Recreational mathematics
        • Topology
  • Natural science
    • Agricultural science
    • Astronomy
      • Astrophysics
        • Cosmogony
      • Cosmology
      • Galactic astronomy
      • Physical cosmology
      • Planetary science
    • Biology
      • Anatomy
      • Botany
      • Ecology
      • Evolutionary biology
      • Genetics
        • DNA
        • Genomics
      • Microbiology
      • Neuroscience
        • Somnology
      • Zoology
    • Chemistry
    • Earth Science
      • Atmospheric science
      • Physical geography
    • Engineering
    • Health science
      • Ergonomics
      • Fitness
        • Running
        • Yoga
      • Medicine
    • Physics
      • Quantum mechanics
  • Social science
    • Human geography
      • Cultural geography
      • Political geography
    • Anthropology
    • Business studies
      • Finance
      • Investing
    • Cultural studies
    • Economics
    • Education
      • Learning
    • History
    • Law
      • Privacy
        • TOR
    • Linguistics
      • Arabic
      • Aramaic
      • English
      • German
      • Latin
      • Russian
    • Management
      • Product management
    • Marketing
    • Philosophy
    • Political science
    • Psychology
      • Consciousness
      • Mindfulness
        • Meditation
    • Sociology
    • Theology
      • Buddhism
      • Christianity
        • Authors
      • Islam
      • Judaism
  • Culinary arts
    • Cookery
      • Cuisines
      • Recipes
      • Food
      • Tea
  • Games
    • Sport games
      • Basketball
    • Video games
  • Literary art
    • Literature
      • Drama
      • Poetry
      • Prose
        • Fiction
        • Non-fiction
        • Publicism
    • Writing
  • Performing art
    • Music
      • Production music
  • Visual art
    • Architecture
    • Calligraphy
    • Cinematography
      • Movies
      • TV series
    • Design
      • Color
      • Figma
      • Fonts
      • Icons
    • Drawing
    • Painting
      • Painters
    • Photography
Powered by GitBook
On this page
  • Articles
  • Courses / Videos
  • Books
  • Links
Edit on GitHub
  1. Formal science
  2. Computer Science
  3. Computer languages
  4. Programming languages

C

PreviousAssemblerNextC libraries

Last updated 2 years ago

TODO

Articles

Courses / Videos

Books

  • C A Software Engineering Approach 3rd Edition

  • Системное программирование на языке Си

Links

- A Small C Compiler

- A small C compiler

- Simple C compiler

- git's list of banned C functions

- list of Microsoft Security Development Lifecycle (SDL) banned APIs

- Complete C99 parser in pure Python

High throughput Fizz Buzz
There is no 'printf'
goto
The Descent to C
The (too) many pitfalls of VLA in C
Strict memcpy() bounds checking for the kernel
Performance vs Programming Effort between Rust and C on Multicore Architectures: Case Study in N-Body
How Can Pure C Benefit From Metaprogramming
Goodbye C developers: The future of programming with certified program synthesis
libdill: Structured Concurrency for C
Modern C for C++ Peeps
Type-safe generic data structures in C
C’s removal of gets could have been done better
Actually Portable Executables
Obfuscated Tiny C Compiler
Developing mathematical software in C
Why mmap is faster than system calls
Now you C me, now you don't, part two: exploiting the in-between
Writing a C Compiler, Part 1
The C Standard Library Is Not Dependency Free
Editing the C Standard
How Does a C Debugger Work? (GDB Ptrace/x86 example)
C’s Biggest Mistake
Massacring C Pointers
The problem with C
Can we do better than our C compiler?
Why the C Language Will Never Stop You from Making Mistakes
C's main() is one of the places where Unix's user and kernel APIs differ
Linux kernel coding style
C is archaic
Why should I have written ZeroMQ in C, not C++ (part I)
"C is not how the computer works" can lead to inefficient code
FizzBuzz по-сениорски
С — не низкоуровневый язык
post modern C tooling - draft 6
Building C Programs
One year of C
Understanding pointers
Principles for C programming
Harvard CS50
C Programming Tutorial for Beginners
Реализация ООП на чистом C
Why is C Faster Than My Language?
Modern C and What We Can Learn From It - Luca Sas [ ACCU 2021 ]
Programming Language Development in C
Linus Torvalds "Nothing better than C"
Язык Си в примерах
Essential C
Official website of C language
Learn X in Y minutes Where X=c
Solve challenge (C)
Beej's Guide to C Programming
Elements of C Style
POSIX Threads Programming
Tiny C Compiler
The LLDB Debugger
Writing a Simple Garbage Collector in C
Building Your Own C Interpreter
Using Clang as a Compiler
8cc
chibicc
SmallerC
banned.h
banned.h
Linked list good taste
pycparser
Project Based Tutorials in C
The Algorithms - C
Awesome Clang
Awesome C
Awesome C