
Andrew Clayton
Long time Linux user and general open source enthusiast. I write C code.
Education
BSc (hons) Computing
We're a place where coders share, stay up-to-date and grow their careers.
Long time Linux user and general open source enthusiast. I write C code.
Education
BSc (hons) Computing
Recent comments
Git and GitHub for beginners
git push origin --delete branchname Enter fullscreen ...
A Noobs question
return causes an immediate return from a function, regardless...
A Short History on the C Programming Language
I read that you have to pay for it? For the official specs...
10 Commandments for Programmers
Keep in mind that it's pretty easy to find hidden networks wi...
A Short History on the C Programming Language
“The C Programming Language” is still the goto C book...
Obscure C99 Array Features
You can compile with -Wvla to warn about such usage. The ...
Obscure C99 Array Features
Thumbs up for saying VLAs should be avoided. You can compile ...
Is goto all that bad?
Is goto all that bad? Used judiciously, no. I use it myse...