Answer Posted / mms zubeir
I would like to quote two things from the same area.
1. Read/Write chunks from/into a file instead of byte by
byte reading.
2. Aquire resources late and relieve it early. Example, if
you want to use a file, open the file as late as possible
and release it as early as possible after use.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are static member functions?
What is jump statement in C++?
What are the uses of typedef in a program?
What is meant by const_cast?
What do you understand by pure virtual function? Write about its use?
why is c++ called oops? Explain
what is Member Functions in Classes?
What is constructor and destructor in c++?
Explain the use of vtable.
Are c and c++ similar?
Please explain the reference variable in c++?
What are manipulators used for?
How do I make turbo c++ full screen?
Difference between pointer to constant vs. Pointer constant
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;