Is there a pointer equivalent of declaring an array?

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • Octo

    A Chip8 IDE

  • In addition to what other posters suggested, it could be a good idea to try assembly languages as a way to manually work with locations in memory. Something like Octo could be fun if you want to try memory manipulation without worrying about real-world complexities like syscalls and memory alignment. If you want something extra challenging, you could always try x86 / amd64 assembly. Some C compilers even support inline assembly if you want to mix C and assembly.

  • lcl

    Little C Library (by superjamie)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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

  • How do I make a "game" for Chip8?

    2 projects | /r/EmuDev | 2 Sep 2022
  • Feedback on my very own C++ CHIP8 Interpreter/Emulator

    2 projects | /r/EmuDev | 19 Sep 2021
  • Octo

    1 project | news.ycombinator.com | 23 Jun 2021
  • Is chip 8 emulator flicker normal?

    2 projects | /r/EmuDev | 10 May 2021
  • Executable PNGs

    2 projects | news.ycombinator.com | 26 Dec 2020