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
Explain how the virtual base class is different from the conventional base classes of the opps.
Is it possible to use a new for the reallocation of pointers ?
Is there finally in c++?
How can I disable the "echo" feature?
What problems might the following macro bring to the application?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is setfill c++?
What is the operator in c++?
Is c++ free?
What is the use of register keyword with the variables?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Should I learn c++ c?
Explain rethrowing exceptions with an example?
What are built-in functions? What is the syntax for the definition?
What is std :: endl?