Thread: i need an advice....-?

  1. #1
    Registered User
    Join Date
    Oct 2015
    Posts
    11

    i need an advice....-?

    already i completed this book(http://www.amazon.com/Beginning-From.../dp/1590597354)
    and i found it very well for beginners.

    and now what's will be the next book for me to develop my experience in c from this list below:
    1-the c programming language(Amazon.com: The C Programming Language (9780131103627): Brian W. Kernighan, Dennis M. Ritchie: Books)

    2-practical c programming(Amazon.com: Practical C Programming (Nutshell Handbooks) (9781565923065): Steve Oualline: Books)

    3-c for dummies(Amazon.com: C For Dummies (9780764570681): Dan Gookin: Books)

    4- head first c(http://www.amazon.com/Head-First-C-D.../dp/1449399916)

    5-deep c secrets(Amazon.com: Expert C Programming: Deep C Secrets (9780131774292): Peter van der Linden: Books)

    6-teach yourself c(http://www.amazon.com/Sams-Teach-You.../dp/0672324482)

    or another book? another thing
    what's your tips for me to get more experiences in c language?

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by sweezy View Post
    what's your tips for me to get more experiences in c language?
    Keep practicing, keep writing programs, and keep pushing the limits of your knowledge. That is the best way to get really good at a programming language.

    K&R (#1 on your list) is definitely worth a read. Some of it is a bit outdated, but it is the classic C programming book. The information is very thorough and condensed, so going in with prior knowledge of C might help you get more out of it.

    I've also read Deep C Secrets (#5 on your list). That is a very enjoyable read, though it is an older book and some of the information is outdated.

  3. #3
    misoturbutc Hodor's Avatar
    Join Date
    Nov 2013
    Posts
    1,787
    Why does the next book have to be about C? I think that a good next book would be about algorithms and data structures, rather than something specific to C.

  4. #4
    Registered User
    Join Date
    Oct 2015
    Posts
    11
    Quote Originally Posted by Hodor View Post
    Why does the next book have to be about C? I think that a good next book would be about algorithms and data structures, rather than something specific to C.
    totally, you're right ..........about algorithms i think that (Introduction to Algorithms, Second Edition: 9780262531962: Computer Science Books @ Amazon.com) is the best or no ? ,and what do you think is the best book for data sturucture ..?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. advice
    By daman in forum C Programming
    Replies: 2
    Last Post: 04-19-2004, 10:30 AM
  2. Need advice
    By laasunde in forum C++ Programming
    Replies: 8
    Last Post: 02-10-2003, 10:06 AM
  3. Need advice
    By laasunde in forum C++ Programming
    Replies: 3
    Last Post: 12-04-2002, 11:58 AM
  4. need advice again
    By roslinst in forum C Programming
    Replies: 2
    Last Post: 11-13-2002, 12:18 AM
  5. nee advice
    By loka in forum C Programming
    Replies: 2
    Last Post: 11-08-2002, 12:22 PM

Tags for this Thread