Thread: Books and advice?

  1. #1
    Registered User
    Join Date
    Jun 2011
    Posts
    1

    Books and advice?

    Hi, i'm new to C but not to programming, i used to write basic on my C-16 when I was about 9 and then I did pascal at college so I have a good understanding of variables, arrays, loops etc. It was a long time ago (over 15 years) since I wrote programs in pascal or any other language except for bits of php, html and css that I have scripted on my website. I've decided I want to take my website to another level by creating an ipad/iphone app that people can use to listen to my music etc.

    So, i've decided to start at the beginning with C and i'm currently on chapter 1 of 'The C Programming Language 2nd Edition' Prentice Hall (1988). I have decided to start with C to brush up on coding practices and to get to grips with the commands that are used in Cocoa and x-code. (Am i right in assuming that they are very similar)

    Anyway, i just want some advice from some more experienced programmers as to what books to read and use after I finish the Prentice Hall book. Also would you say that it is best to learn C first before moving onto cocoa or would C ++ have been better. I only chose C as that book looked really good.

    At the moment I'm struggling with the exercises so i've been picking up the answers on the net and then re typing (not copy/pasting) them to learn the answers and solutions and also examining the code and working out what does what. It makes sense when I read it but i'm not at the point where i can confidently write code myself.

    Any help or advice is much appreciated.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Is it better to learn C as a prerequisite to learning C++? No. In fact, it might just make matters worse.
    If you're going to learn both languages, then there is likely no difference to what language you learn first.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    I can't give you a "C or C++" answer as even though they seem alike they both have their own place in the programming world.

    I can, however, suggest that copying solutions to problems is not going to teach you how to solve the problem... It's like kids these days who can't do math without a calculator. They know how to get the answer but don't know how the answer is reached. What you really need to do is work on understanding the problems, working out your own solutions, even if they are radically different than those in your book and coding them successfully in C (or C++, at your discretion). The overarching truism here is that no programmer --no matter how skilled or experienced-- can ever code the solution to a problem he doesn't understand.

    Like you I've done the BASIC - Pascal - C progression. I initially thought I'd brought most of the necessary skills forward with me but rapidly discovered that about half of what I knew from previous languages wasn't very helpful here. I then resigned myself to learning C from scratch, was very careful not to compare it with previous experience and then it began making sense to me. It may look a lot like Pascal, but it don't work nothing like Pascal and it took a while to realize that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Books (not specifically programming books)
    By DavidP in forum General Discussions
    Replies: 6
    Last Post: 11-05-2009, 07:33 PM
  2. C++ Books
    By Darklighter in forum C++ Programming
    Replies: 8
    Last Post: 01-03-2006, 07:13 PM
  3. c++ books
    By yzrider in forum C++ Programming
    Replies: 13
    Last Post: 01-02-2006, 01:20 PM
  4. books
    By Draco in forum C++ Programming
    Replies: 2
    Last Post: 07-22-2003, 01:01 PM

Tags for this Thread