User profile: arsen

User info
User name:arsen
Name:Arsen Mkrtchyan
Location:Yerevan, Armenia
History
Joined:
Number of posts:9
Latest posts:

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 Memory
Hi, I think you can keep a local cache, read from file into that cache, and perform all the nece...

ifstream question
Hola !!! :) the behaviour is correct , because you open the filestream every time you call [i]runEx...

How to get the same result using pointers notation
Hi !!! :) defining any array is somehow the same as defining a pointer to the same type that the ...

Converting a class
Your first version was correct. No need to use cast operators, the cast from derived to base class i...