Answer Posted / 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 |
Post New Answer View All Answers
You run a shell on unix system. How would you tell which shell are you running?
What are the advantage of using register variables?
How do you flush a buffer in c++?
What is the c++ code?
How does com provide language transparency?
What is a constructor in c++ with example?
Write about the stack unwinding?
What do you mean by persistent and non persistent objects?
What is static function? Explain with an example
Is c++ fully object oriented?
What is c++ vb?
Can a list of string be stored within a two dimensional array?
What are manipulators in c++ with example?
What is the difference between a baller and a reference in C++?
What is the size of integer variable?