treehouse/content/tag/c.dj

15 lines
490 B
Text
Raw Normal View History

2025-08-24 13:18:51 +02:00
title = "#c"
include_feed = { tag = "c", title = "Posts" }
+++
Programming in C.\
2025-08-26 20:19:25 +02:00
Also see [#cxx][page:tag/cxx].
---
I don't program in vanilla C much---I prefer C++---but a lot of modern-day programming languages map their concepts directly onto C.
Not to mention that the C ABI is the lingua franca of computing; granted it's a fairly old, suboptimal standard, but it's still _a_ standard that lets various low-level programming languages talk to each other.
And that's pretty neat!