Virtual & Template methodAny trick???
Virtual & Template method I have the same implementation for 2 methods, they both insert argument to a text file. [code] ...
fstream - cannot access private members declared in class basic_fstream<_Elem, _Traits>Thanks for the detailed reply! The data-member of class is not a stream *. It is fstream. How should...
fstream - cannot access private members declared in class basic_fstream<_Elem, _Traits>Thanks for the hint: Such a method should be the trigger as the fstream has to be sent as fstream&,...
fstream - cannot access private members declared in class basic_fstream<_Elem, _Traits> I use fstream to open a file for writing purpose. [code] fstream streamFile; streamFile.o...
This user does not accept Private Messages