Coding without Standard Libraries

If I have to read in a text file i would usually use the fstream class. However if I am not allowed to use any standard libraries, how would I go about reading in a text file?
Use a non-standard library.
What is a non standard library?
When you said "Standard Libraries" I assumed you meant the C++ Standard Library, so what I meant was that you should use some other library, like Boost: http://www.boost.org/doc/libs/1_55_0/libs/iostreams/doc/home.html

Maybe that's not what you want... ?
No but thanks anyways
Topic archived. No new replies allowed.