Thread: istream_withassign

  1. #1
    hampel
    Guest

    istream_withassign

    Hello!

    This programm style seems to be old, it doesn't compile correctly anymore.
    How must i change it?

    Does anyone know a good site with the current c++ standard / new changes?

    #include <fstream.h>

    int main()
    {
    filebuf inbuf(0);
    filebuf outbuf(1);

    istream_withassign ein(&inbuf);
    ostream_withassign aus(&outbuf);
    }

    regards,
    hampel

  2. #2
    hampel
    Guest

    Exclamation

    Nobody know that?

    regards,
    hampel

Popular pages Recent additions subscribe to a feed