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 is prototype for that c string function?
What sorting algorithm does c++ use?
Tell me can a pure virtual function have an implementation?
What's the best free c++ profiler for windows?
Is string an object in c++?
Does std endl flush?
What is the best c++ book?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Why do we use constructor?
How to tokenize a string in c++?
Define the process of handling in case of destructor failure?
Which is the best c++ compiler for beginners?
What is a map in c++?
What does it mean to declare a member function as virtual?
Define the operators that can be used with a pointer.