HOW TO MAKE DATE VALIDATOR PROGRAM IN C++Hello ! 1. The idea to ask questions in loops is not a good one. For example in your sample the p...
Bit-by-bit reading fom MemoryHi, I think you can keep a local cache, read from file into that cache, and perform all the nece...
ifstream questionHola !!! :) the behaviour is correct , because you open the filestream every time you call [i]runEx...
How to get the same result using pointers notationHi !!! :) defining any array is somehow the same as defining a pointer to the same type that the ...
Converting a classYour first version was correct. No need to use cast operators, the cast from derived to base class i...