Difference between revisions of "Program Examples:File Handling:Open Read Write"
(Created page with "{{Axystems:Template:File_Handling_Example |DESCRIPTION= The following example demonstrates the set up of a TCP-IP server that opens connection with multiple clients.<br/> <br...") |
|||
Line 2: | Line 2: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | The following example demonstrates | + | The following example demonstrates how to open a file in different modes (Read Only, Write Only, Append),<br/> |
− | + | how to read from and write to the file, and how to manipulate the file pointer.<br/> | |
− | |||
− | |||
− | <br/> | ||
<br/> | <br/> | ||