I'm looking for a modern introduction to #C. Something that is slow and steady but through. This is as much for systems programming on Linux as embedded work; I intend to do a bit of both. Any suggestions would be helpful. #programing #programinghelp #askfedi

@profoundlynerdy

The C Programming Language 2e by Kernigan & Ritchie is pretty much the root source should be available in any tech. book store, Amazon, uni. book stores. After that C standards for specific changes and additions (PDFs found online).

I've also been told of Beej's Guide to C.

The C Programming Language - Wikipedia

@sirwumpus @profoundlynerdy thanks to this reply I realised you wanted C help and not C# help. For C# I thought you were shit out of luck.

Intro C these two sources are the best way to start, but then you need a problem to work on. The language brings little so you quickly end up in someone’s ecosystem.

I’m happy to help if you have a project in mind.