What were some of your biggest breakthroughs while learning C?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SDS

    Simple Dynamic Strings library for C

  • Called a fat pointer. Was proposed as an extension to the C standard by Walter Bright (inventor of the D language) but was rejected. SDS uses this concept in their library. Cello takes this concept even further. Interesting ideas.

  • evec

    Easy to use header only vector data type for C programs.

  • Take a look here for an example that is relatively easy to read and understand (but not the best performance): https://github.com/mgrosvenor/evec

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ptrtut13

    A TUTORIAL ON POINTERS AND ARRAYS IN C

  • But the thing I still struggled with was pointers and arrays and other data structures. What finally made it click for me was to to start from first principles. I discovered Code: The Hidden Language of Computer Hardware and Software which gave a real grounding on how computers work. Especially how memory is laid out and accessed. I then came across this obscure document some electrical engineer wrote back in the early 90s. It was called A Tutorial On Pointers and Arrays In C. This document finally made me grok the relationship between pointers and array. His website eventually disappeared but I preserved his web pages and PDF at the link above.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C_dictionary: A simple dynamically typed and sized hashmap in C - feedback welcome

    10 projects | /r/C_Programming | 23 Jan 2023
  • Top 10 GitHub Repositories for Python and Java Developers

    21 projects | dev.to | 3 May 2024
  • This Week In Python

    5 projects | dev.to | 26 Apr 2024
  • I switch from Eslint to Biome

    3 projects | dev.to | 22 Apr 2024
  • Implementing Natural Conversational Agents with Elixir

    4 projects | news.ycombinator.com | 18 Apr 2024