View Poll Results: Have you Read the Series of books "The Art of Computer Programming"

Voters
16. You may not vote on this poll
  • Yes

    2 12.50%
  • Nope

    14 87.50%
  • No, and I dread reading them !!!

    0 0%

Thread: Have u Coders Read "the Art of Computer Programming"

  1. #16
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    Are these books appropriate for a beginnger programmer? I've been programming for a few months now and I think I've got the basics down, and I'm going on to windows programming currently. Should I read these books?
    I would try knuth's concrete mathematics if you already know some calculus before reading the knuth's 3 volumes. Or you could try Cormen and Riverest's book on algorithms. I have both of these book and will be trying to read them once I'm done with classes. Also when reading, I think it's important to not just understand, for example a proof, but how you would come up with it yourself.

  2. #17
    Registered User Liam Battle's Avatar
    Join Date
    Jan 2002
    Posts
    114
    If you are a begginner programmer i suggest no, since you want learn more than the basics of coding at the moment, so concentrate on becoming a good c++ coder first, these books are heavy in Algorithms and Mathematical formulas, which underline the "art" of programming, and it really draws a similarity that you can achieve.

    If you pass by a chapters or whatever book store you live near, take a look inside, and you will understand.
    LB0: * Life once school is done
    LB1: N <- WakeUp;
    LB2: N <- C++_Code;
    LB3: N >= Tired : N <- Sleep;
    LB4: JMP*-3;

  3. #18
    napKINfolk.com napkin111's Avatar
    Join Date
    Apr 2002
    Posts
    310
    Thanks for the input. I'll stick to what I'm doing right now, and when I get better and more experienced, think about reading the books.

    napKIN

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Have you gotten through Knuth's "The Art of Computer Programming?"
    By SilentStrike in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 12-27-2004, 05:17 PM
  2. Computer will not boot.
    By RealityFusion in forum Tech Board
    Replies: 25
    Last Post: 09-10-2004, 04:05 PM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Experienced coders read. ( Common/efficient writing )
    By knave in forum C++ Programming
    Replies: 8
    Last Post: 04-23-2003, 09:07 PM
  5. computer science majors..read!
    By nextus in forum C++ Programming
    Replies: 12
    Last Post: 02-26-2003, 12:32 AM