i m getting this error. but i couldnt identified where i have gone wrong. could someone explained, normally in which situations this type of error occurs.


Error 1 error C2248: 'std::basic_ios<_Elem,_Traits>::basic_ios' : cannot access private member declared in class 'std::basic_ios<_Elem,_Traits>' c:\program files\microsoft visual studio 8\vc\include\sstream 513

Recommended Answers

All 2 Replies

I think ur trying to access a variable that is declared as private from one class to a another class, but the problem is we/i cant see what ur talking about

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.