WeSearch
Hub / Tags / C Programming
TAG · #C-PROGRAMMING

C Programming coverage.

Every story in the WeSearch catalog tagged with #c-programming, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

6 stories tagged with #c-programming, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "C Programming"

RELATED TAGS
#gcc2#code-generation1#build-automation1#debugging1#enums1#memory-management1#raii1#software-development1#clang1#bjarne-stroustrup1#linux-kernel1#systemd1
ARXIV.ORG

Let's Take Esoteric Programming Languages Seriously (2025)

Esoteric programming languages are challenging to learn, but their unusual features and constraints may serve to improve programming ability. From languages designed to be intentio…

15 views ·
#programming#languages#education
DEV.TO (TOP)

The Silent King: Why Low-Level C Programming Remains Vital for Control Systems

With the massive popularity of high-level languages like Python and JavaScript, it is easy for modern...…

14 views ·
#programming#automation#engineering
STEFANSF

C Programming Language Quiz

This quiz is about quirks of the programming language C and intended for fun and educational purpose. The one or the other question is more academic, i.e., it should make you think…

11 views ·
#programming#c language#education
GITHUB

The Mercury logic programming system

The Mercury logic programming system. Contribute to Mercury-Language/mercury development by creating an account on GitHub.…

15 views ·
#programming#software#development
DEV.TO (TOP)

RAII in C: Automating Resource Management with GCC Attributes

Memory leaks are one of the oldest and most persistent bugs in C. But what if C could clean up...…

18 views ·
#memory management#gcc
MEDIUM

Automatic Enum Stringification in C via Build-Time Code Generation

Leveraging compiler debug metadata (DWARF) to generate enum mappings with zero runtime overhead…

11 views ·
#code generation#build automation