little code probelmHi, C++ does not support local functor classes for template algorithms. For instance, see the articl...
Linker problems with class template and member function specialization Actually, I used the inclusion method described in Vandervoorde's book to compile the code in separa...
Linker problems with class template and member function specialization Hi, I am new to template programming and the problem I am having, might really be trivial! In any c...
type streamposHi, I have quite a large binary file( size ~ 10GB), which I want to direct access using istream::se...
Copying binary filesHi, One should use the macro EOF only to check the end of text files. As far as I understand it - b...