HeadFirstC icon indicating copy to clipboard operation
HeadFirstC copied to clipboard

Source code for the book Head First C, by O'Reilly Media

Results 3 HeadFirstC issues
Sort by recently updated
recently updated
newest added

I was annoyed that the program didn't work after copying the code straight from the book. So I went online to find a solution. scanf was never a choice because...

Hi David! I am working through your (so far great) book on C (Head First C), and spotted a peculiarity in the code: in section 2.5, under "It's time for...