Learn C as a High-level programmer?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ptrtut13

    A TUTORIAL ON POINTERS AND ARRAYS IN C

  • Use the K&R book and supplement the section on pointers and arrays with this Tutorial On Pointers And Arrays In C

  • raylib-template

  • I have a template Raylib project here if that helps: https://github.com/nikki93/raylib-template

  • 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
  • raylib

    A simple and easy-to-use library to enjoy videogames programming

  • Highly recommend playing around with Raylib to get some graphics and interactivity working. The API is specifically designed to be easy to use for authors new to C. You can do a lot with just having a bunch of global variables, a global array a few for entities, itering over them and drawing and iterating over them and updating.

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