Sunday, July 26, 2009

How can we creat, open and append a file in c++. please send the required code and method as well.?

How can we creat, open and append a file in c++. while program checks whether the file is already created or not ?? and if created tell the user that it is created.

How can we creat, open and append a file in c++. please send the required code and method as well.?
This can easily be done using the fstream.h header and defined functions.





The following link provides a tutuorial for file i/o in c++ using this header:





http://www.cprogramming.com/tutorial/les...


No comments:

Post a Comment