0% found this document useful (0 votes)
65 views2 pages

Header Files Used and Their Purposes: Fstream.H - Conio.H - Stdio.H

This document lists common C++ header files and their purposes. FSTREAM.H provides file handling functions like cin and cout. CONIO.H contains functions like clrscr() and getch(). STDIO.H supports standard input/output operators. IOMANIP.H is used for input/output manipulators.

Uploaded by

ekassingh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views2 pages

Header Files Used and Their Purposes: Fstream.H - Conio.H - Stdio.H

This document lists common C++ header files and their purposes. FSTREAM.H provides file handling functions like cin and cout. CONIO.H contains functions like clrscr() and getch(). STDIO.H supports standard input/output operators. IOMANIP.H is used for input/output manipulators.

Uploaded by

ekassingh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

HEADER FILES USED

AND THEIR
PURPOSES
FSTREAM.H - for file handling, cin
and cout

CONIO.H - for clrscr() and getch()


functions

STDIO.H - for standard input/outout


operators

IOMANIP.H - for I/O manipulators


library

You might also like