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 |
What is abstract keyword in c++?
What is name mangling?
What is the difference between "calloc" and "malloc"?
What is algorithm in c++ programming?
What is a multimap c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is function prototyping? What are its advantages?
How does throwing and catching exceptions differ from using setjmp and longjmp?
What is c++ mutable?
Differentiate between structure and class in c++.
Difference between strdup and strcpy?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,