Why so? It’s what it actually is
Comment on Whitespace
exocrinous@lemm.ee 9 months ago
Int *p is unreadable, unreasonable, and bad programming.
Aatube@kbin.social 9 months ago
Comment on Whitespace
exocrinous@lemm.ee 9 months ago
Int *p is unreadable, unreasonable, and bad programming.
Why so? It’s what it actually is
Ferk@kbin.social 9 months ago
But the syntax clearly intends
int *p
.Otherwise you would only need to do
int* p, q
instead actually being required to type*
in front of every variable name when declaring that way:int * p, * t;
exocrinous@lemm.ee 9 months ago
That’s because C was designed by a fool.
Aatube@kbin.social 9 months ago
A fool who created Unix
Tja@programming.dev 9 months ago
And C!
CanadaPlus@futurology.today 9 months ago
What, could you have done better in 70-whatever?