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 the uses of c++ in the real world?
What does std :: flush do?
Is it possible for the objects to read and write themselves?
What are the 4 types of library?
How does c++ structure differ from c++ class?
Is dev c++ free?
What is the basic of c++?
What is data structure in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Can a list of string be stored within a two dimensional array?
Do class declarations end with a semicolon? Do class method definitions?
How does work in c++?
Describe private, protected and public?
Is c# written in c++?
Can we inherit constructor in c++?