C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

what's the difference betwwen these two ways to use std::ofs

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
thinktwice
Guest





PostPosted: Thu Aug 24, 2006 7:10 am    Post subject: what's the difference betwwen these two ways to use std::ofs Reply with quote



//case 1, works fine
function(..)
{
std::ofstream out;
out.open(file);
out << "error info" <<endl;
out.close();
}

//case 2, declare it in a class
class Logger
{
public:
Logger(std::wstring file, std::ios_base::openmode mode /*undefined
too, why?*/){}
private:
std::ofstream out; //error c2079, uses undefined class
'std::basic_ofstream<_Elem, _Traits>'
}

btw, how to use ios_base:openmode? is it declared in std namespace?
Back to top
thinktwice
Guest





PostPosted: Fri Aug 25, 2006 9:10 am    Post subject: Re: what's the difference betwwen these two ways to use std: Reply with quote



thanks Persson , you are right,
i do include <fstream> in cpp file.
and the function implementation and the class definination is in the
header file.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.