improve #c a bit
This commit is contained in:
parent
fcaf5d8ad9
commit
65a3b96c2c
1 changed files with 8 additions and 1 deletions
|
@ -4,4 +4,11 @@ include_feed = { tag = "c", title = "Posts" }
|
|||
+++
|
||||
|
||||
Programming in C.\
|
||||
Also see [#cpp][page:tags/cpp].
|
||||
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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue