Thread: C++ Practical Programming

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Learn everything you can from the book... work it page by page, type up the examples, work with them, break them, fix them, repeat as necessary then go on to the next page... until you finish the book.

    Then get copies of the standards themselves and play "Catch Up"... improving your knowledge from the standards themselves.

    Programming languages change very slowly... the latest C standard is C-99 ... almost 12 years old so I wouldn't think you're in too much trouble getting started with what you've got.

    The one area I'd recommend for immediate improvement is the DevC++ compiler... it's been abandoned for almost 5 years and is now horribly out of date. For C++ you might want to look into MinGW or Visual C++.

  2. #2
    Registered User TwoBabyJedis's Avatar
    Join Date
    Aug 2011
    Location
    Sand
    Posts
    5
    Thanks for the heads up. I just switched to VC++ express. Thanks again!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Practical C Programming, Third Edition
    By jc99 in forum C Programming
    Replies: 10
    Last Post: 06-19-2009, 09:24 PM
  2. practical programming
    By IXxAlnxXI in forum C++ Programming
    Replies: 5
    Last Post: 05-27-2008, 08:06 AM
  3. A practical help
    By Ducky in forum C++ Programming
    Replies: 9
    Last Post: 12-29-2007, 10:18 AM
  4. practical c programming - oreilly problem ?
    By goosematt in forum C Programming
    Replies: 18
    Last Post: 12-09-2004, 08:25 AM
  5. making it practical
    By zbap in forum C++ Programming
    Replies: 2
    Last Post: 03-08-2002, 10:51 AM