OOPs Concepts
Programming and Technical
To perform stream I/O with disk files in C++, you should
-open and close files as in procedural languages.
-use classes derived from ios.
-use C language library functions to read and write data.
-include the IOSTREAM.H header file.
Read Solution (Total 3)
-
- include the IOSTREAM.H header file.
- 11 years agoHelpfull: Yes(1) No(0)
- Use classes derived from ios.
- 7 years agoHelpfull: Yes(0) No(1)
- option 2) use classes derived from ios
- 6 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question