Thread: Head First C Source Code

  1. #1
    Registered User
    Join Date
    Jul 2016
    Posts
    7

    Post Head First C Source Code

    I've got the book Head First C and the stuff from the appropriate github repository. The issue I have is there's loads of stuff in the folders for chapters 1 to 2.5 but I can barely find anything in the other folders. The only things I really find are files like code_lots_of_progs.c rather than the examples as for the first couple of chapters. Is it meant to be like this or is the rest of the stuff missing? I just wonder why they would put the stuff for the first couple of chapters but not the rest.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Like a lot of things on the internet, it's possibly in a half-finished state.

    Ask the author perhaps?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jul 2016
    Posts
    7
    That's what I was thinking but couldn't find any contact details for the authors or I would have done.

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by harmony
    couldn't find any contact details for the authors
    A quick search for "Head First C" on the Web does not bring up any website specific to the book, but among the webpages devoted to advertising/selling the book, you can find an author profile with Twitter and Google+ links.

    If you are not involved in these two social media communities, there is still the option of opening an issue at the Github repository, which will likely result in a notification email being sent to the author.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #5
    Registered User
    Join Date
    Jul 2016
    Posts
    7
    I forked the repository (which the more I look at the more it looks like a mess) so going to tidy it up myself since I still can't see the contact details for the authors. I have facebook and twitter, but don't know if either of the authors have those and can't see their e-mail addresses listed.

  6. #6
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  7. #7
    Registered User
    Join Date
    Jul 2016
    Location
    Pune, Maharashtra, India
    Posts
    6
    Quote Originally Posted by harmony View Post
    That's what I was thinking but couldn't find any contact details for the authors or I would have done.
    Hi Harmony,

    David Griffiths, one of the co-authors of Head First C is has a twitter handle that you can use to contact him:

    David Griffiths (@dogriffiths) | Twitter

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Converting, pumping Raw C code, Source code
    By secretcode in forum C Programming
    Replies: 5
    Last Post: 06-03-2016, 09:01 AM
  2. Help With Mandelbrot Code (I'm in over my head)
    By AFinch in forum C++ Programming
    Replies: 1
    Last Post: 10-17-2012, 07:44 PM
  3. In over my head with character frequency code
    By steadyhanded in forum C Programming
    Replies: 2
    Last Post: 02-08-2012, 05:06 PM
  4. is object code the same as assembly source code?
    By c_weed in forum Tech Board
    Replies: 3
    Last Post: 01-05-2012, 07:25 PM
  5. C source code for int25 or code help
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 09-26-2001, 02:04 AM

Tags for this Thread