You are viewing a single comment's thread from:

RE: Valuable, Practical Advice for Modern C Programmers

in #programming2 days ago

I am not sure I did much pure C as I tended to use C++ at work. The lower level stuff does make you more conscious of possible mistakes as they can really mess things up. At least we have plenty of choices in languages these days.

Sort:  

I liked C back in the DOS days because it compiled to one .exe file, had I access to a basic compiler such as quick basic etc I might never have learned it as much as I did :)

I'm not a big fan of C++ but mainly because in my head it is C with extra effort so I still tend to write plain C in C++ environments :P