I have somewhat of a weird problem which probably is caused by my compiler, but when I include <fstream> some of it's members cannot be found back in the std namespace.
When i use <fstream.h> these methods are availabe.
The methods are ios::nocreate and ios::noreplace, anyone who has had the same problem.
(I'm using MSVC++)