| About | Home |  Disclaimer | Privacy | Contact |

     

Visual C++ .Net Programming Tutorials: Visual C++ .NET System::I/O Namespace - Working with Files and Directories

 
Please Read me first buddies
 

This module will introduce you to the System::IO namespace, which contains the classes, structures, and enumerations that implement the Microsoft .NET I/O model. If you know anything about the Java I/O mechanism as implemented in the java.io package, you’ll find it easy to start working with .NET I/O because the two have many similarities. The System::IO namespace contains all the classes that are used for binary and text I/O, as well as classes and types that provide basic file and directory support.

 

Home

 

C++ .NET File & Directory 1

 

C++ .NET File & Directory 2

 

C++ .NET File & Directory 3

 

C++ .NET File & Directory 4

 

C++ .NET File & Directory 5

 

C++ .NET File & Directory 6

 

C++ .NET File & Directory 7

 

----------------

 

Tenouk C and C++ Programming Tutorial

Binary I/O in the .NET Framework uses the BinaryReader and BinaryWriter classes, which read and write .NET primitive types in binary format. As with the TextReader and TextWriter classes, the binary I/O classes use an underlying Stream object to provide a byte stream. Both BinaryReader and BinaryWriter have a BaseStream property that gives access to the underlying Stream. You will learn to create file, read its content and write to the file. Other things such as finding file and directory, how to use command line arguments in C++ .NET also included...

 
 

   | About | Home |  Disclaimer | Privacy | Contact |

 

Best viewed using IE 6.0/FireFox 1.5.0 and above

Webmaster contact: [contact[@]visualcplusdotnet.com]

Copyright 2007 © Visualcplusdotnet. All rights reserved.

 Excellent hosting services provided by MochaHost - The Online Central