qwert85103
Technical User
Actually its more of original C++ than of VC++.
file.open("ABC.DAT",ios::app,iosut,ios::in);
This when compiled under VC++ environment gives the following error:-
"error C2248: 'init' : cannot access protected member declared in class 'ios'"
Could anyone please help with this.
Thanks.
file.open("ABC.DAT",ios::app,iosut,ios::in);
This when compiled under VC++ environment gives the following error:-
"error C2248: 'init' : cannot access protected member declared in class 'ios'"
Could anyone please help with this.
Thanks.