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 does scope resolution operator do?
Which sort does c++ use?
When does a 'this' pointer get created?
How do c++ struct differs from the c++ class?
What is the full form of stl in c++?
How can I learn dev c++ programming?
What kind of problems can be solved by a namespace?
Write is a binary search tree? Write an algo and tell complexity?
Explain data encapsulation?
What are advantages of c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Is eclipse good for c++?
How static variables and local variablesare similar and dissimilar?
Can a program run without main function?
What is the full form of ios?