1
vote
excellent examples of real c/c++ code? Suggestions needed
Diomidis Spinellis has some suggestions in his book, "Code Reading: The Open Source Perspective", Addison Wesley, 2003. ISBN 0-201-79940-5.
Perhaps the book could be useful to you.
…
1
vote
C compiler for Windows?
There is another free C compiler for Windows: Pelles C.
Pelles C is a complete development kit for Windows and Windows Mobile. It contains among other things an optimizing C compiler, a mac …
0
votes
Trying to get started in C
K&R is outdated.
I prefer C Primer Plus 5th Ed by Stephen Prata
ISBN: 0-672-32696-5
It covers C99.
…
