ifstream - nocreate - how to?
From: Gernot Frisch (Me_at_Privacy.net)
Date: 12/07/04
- Next message: alexmdac_at_hotmail.com: "Re: vector of template class question"
- Previous message: mast2as: "vector of template class question"
- Next in thread: William Payne: "Re: ifstream - nocreate - how to?"
- Reply: William Payne: "Re: ifstream - nocreate - how to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 7 Dec 2004 10:28:22 +0100
std::ifstream ifs(cFileMitExtdat, std::ios::nocreate);
gives:
error C2039: 'nocreate': Is not an element of
'std::basic_ios<_Elem,_Traits>'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com
- Next message: alexmdac_at_hotmail.com: "Re: vector of template class question"
- Previous message: mast2as: "vector of template class question"
- Next in thread: William Payne: "Re: ifstream - nocreate - how to?"
- Reply: William Payne: "Re: ifstream - nocreate - how to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|