How do I open binary files?
Answer / guest
do a bitwise or of the file open mode with ios::binary, as in:
ifstream mystream( "filename.ext", ios::in | ios::binary );
| Is This Answer Correct ? | 1 Yes | 0 No |
When should we use multiple inheritance?
Under what conditions is multiple inheritance not recommended?
Describe the advantage of an external iterator.
What is c++ code?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
What is virtual methods?
What's the best free c++ profiler for windows?
What is difference c and c++?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What is c++ iterator?
why and when we can declar member fuction as a private in the class?
What does asterisk mean in c++?