Search:

Type: Posts; User: iunderwood79

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,518

    Ok. Thanks jlou. It's always good to know when...

    Ok. Thanks jlou. It's always good to know when you've been given some dumb advice! (The book is Sam's C++ for Linux, btw, published in 2000, but just a partial re-write of an older book, as far as I...
  2. Replies
    4
    Views
    1,518

    OK. I can get the code to compile if I include...

    OK. I can get the code to compile if I include both fstream and iostream manually, but why doesn't it read in


    #include <iostream.h>

    from fstream if I include only that file?

    I have another...
  3. Replies
    4
    Views
    1,518

    newbie C++ question

    Hi

    I'm just trying out some code from a teach-yourself book. What I can't understand is why when I use just the header:


    #include <fstream.h>

    the code won't compile, whereas if I use:
Results 1 to 3 of 3