Arama Sonuçları: "#CProgrammingLanguage"
20 sonuç
"Very interesting-- I recently tried adding clang’s _Nullable and _Nonnull to an existing codebase." by E. Madison Bray.
Unsurprisingly, it didn't go well.
#cprogramming #cprogramminglanguage
medium.com/p/very-interes…
English

SDCC now supports the _Optional type qualifier that I pitched to WG14 in 2024. It brings nullability semantics to the #cprogramminglanguage in a straightforward way that lends itself to type variance without turning C programs into a blizzard of clutter. sourceforge.net/p/sdcc/code/HE…
English

Day 28
Practiced reading/writing from text files.
Now programs can remember!
#FileIO #CodingPractice #CProgrammingLanguage #CodeEveryday
English

Everyone is getting proud because they can prompt AI.
But the continent needs engineers, makers, hardware builders, roboticists, coders.
Let’s build, not just query #cprogramminglanguage #python #electronic #Nigeria
English

@NateB_Panic UNIX is the mother of operating systems like Android, Win, OS, IOS.
Dennis finished C, #cprogramminglanguage AD 1972,
UNIX existed already but in Assembler, received 1973 a new kernel in C.
Soft- and hardware, BOTH from US-East Coast, Bell Labs NJ❗️

English

C’s treatment of void * is not broken - by @cs99cjb
#CProgrammingLanguage #CLanguage #Python #CPlusPlus #CPlusPlusLanguage #TypeSafety
itnext.io/cs-treatment-o…
English

I just published C’s treatment of void * is not broken medium.com/p/cs-treatment…
#cprogramminglanguage #cplusplus #c #clanguage
English

Dogfooding the _Optional qualifier - by @cs99cjb
#CProgramming #CProgrammingLanguage #Qualifiers
#Null #ProgrammingLanguages
itnext.io/dogfooding-the…
English

Dogfooding the _Optional qualifier by @cs99cjb at #ITNEXT. #cprogramming #cprogramminglanguage #qualifiers #null itnext.io/dogfooding-the… (f)
English

Dogfooding the _Optional qualifier by @cs99cjb at #ITNEXT. #cprogramming #cprogramminglanguage #qualifiers #null itnext.io/dogfooding-the… (t)
English

Dogfooding the _Optional qualifier by @cs99cjb at #ITNEXT. #cprogramming #cprogramminglanguage #qualifiers #null itnext.io/dogfooding-the… (s)
English

Dogfooding the _Optional qualifier by @cs99cjb at #ITNEXT. #cprogramming #cprogramminglanguage #qualifiers #null itnext.io/dogfooding-the…
English

I just published Dogfooding the _Optional qualifier itnext.io/dogfooding-the…
Real-world use cases for a qualifier that offers nullability semantics without turning the #cprogramminglanguage into a wall of keywords with loosely enforced and surprising semantics. #cprogramming #c
English

@elonmusk Call the Optimus a ,Ritchie'❗️ 👑 King 👑 of Code❗️
(UNIX's new kernel in #cprogramminglanguage and offsprings. Android, OS, Win, iOS) Bell Labs NJ
What would our life be without these four❓
He died Oct 2011
The guy who died the week before, never wrote a line of code, said WOZ

English

Typos in #cplusplus:
int x = 1;
int y = x; // should be int &y = x, no diagnostic
y = 10; // x is unchanged!
Typos in #cprogramminglanguage:
int x = 1;
int *y = x; // should be *y = &x, diagnostic message
y = 10; // should be *y = 10, diagnostic message
English

Banning use of strncpy is like banning a hammer for not being a screwdriver.
#cprogramming #cprogramminglanguage
English

C isn’t a Hangover; Rust isn’t a Hangover Cure - by John Viega
#C #cProgrammingLanguage #ProgrammingLanguages #RustLang #SupplyChain #SoftwareSecurity
link.medium.com/SG4P5FzDsOb
English



