Thread: Cant comprehend C++ I/O and streams.

  1. #1
    Back after 2 years Panopticon's Avatar
    Join Date
    Dec 2002
    Posts
    262

    Cant comprehend C++ I/O and streams.

    Im currently reading a book by Herbert Schilt called C++, A Beginners Guide. Everything to me is relatively easy to understand, from data types to classes and polymorphism, inheritance, encapsulation methods to operator overloading with one huge exception.
    The moment I read up to chapter 11, on the C++ I/O system, I found it mentally damaging to understand. It was as if this dude omitted three chapters.
    Does anyone know of any comprehensible newbie-friendly tutorials focusing on the C++ I/O system and the hierarchy of classes (I dont know what Im talking about anymore up to this point) and... stream-related stuff in general? I know its asking alot (especially the "newbie-friendly" and "I/O system" which seem contradictory) so even any minute help would be very much appreciated. Thanx.
    I AM WINNER!!!1!111oneoneomne

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    Check out this site. It has lots of books on it. check through the other books and see you can comprehend how they do it

    http://www.maththinking.com/boat/computerbooks.html
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    479
    try searching the web for a good tutorial



    this site i think might do the work
    then when u have founf a couple u can choose the best

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Buffered I/O subsystem
    By bto19 in forum C Programming
    Replies: 2
    Last Post: 03-21-2004, 05:49 PM
  2. Mulitple I/O streams
    By thamisfit in forum C Programming
    Replies: 3
    Last Post: 03-22-2003, 04:15 PM
  3. I/O streams
    By scottmanc in forum C++ Programming
    Replies: 16
    Last Post: 02-08-2003, 10:16 PM
  4. socket i/o
    By thenerdyguy in forum C++ Programming
    Replies: 0
    Last Post: 11-20-2002, 02:21 AM
  5. Dealing with i/o streams in a class
    By ender in forum C++ Programming
    Replies: 3
    Last Post: 03-22-2002, 05:26 PM