Thread: which book next

  1. #1
    In The Light
    Join Date
    Oct 2001
    Posts
    598

    which book next

    Hello,
    for the last few months i have been teaching myself C++ from any book i can get my hands on. i am pretty comfortable with functions, classes, structures, arrays, loops and file handling basics. right now i am working on pointers and memory managment. i am also reasonably at home in either m$ or nix.
    what i am looking for now is a good book that addresses how to tie all of these things together into an app. maybe one that goes through the steps of creating an app so i can see how to fit it all together.
    i would apreciate any suggestion's

    thanks
    M.R.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    You probably won't find that in a book. If you want to see how everything is pieced together to make an app, I suggest going somewhere like www.planet-source-code.com and downloading the source. That way you can look at a finished application and see how it was put together.

    -Prelude
    My best code is written with the delete key.

  3. #3
    In The Light
    Join Date
    Oct 2001
    Posts
    598
    Howdy prelude,
    thanks for the sugestion. i went to that site and have copied some files to study.
    thanks
    M.R.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URGENT: Help wanted...in C
    By iamjimjohn in forum C Programming
    Replies: 16
    Last Post: 05-18-2007, 05:46 AM
  2. Can't display book and borrower's details.
    By grscot in forum C++ Programming
    Replies: 0
    Last Post: 05-02-2003, 10:18 AM
  3. Books on C and C++
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-28-2002, 04:18 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM