Saturday, May 22, 2010

Opening, Reading and Writing a file in GNU C++ Linux?

Can anyone please tell me how to open, read and write a file in GNU C++ under linux. I just need to know which libraries are used and a little documentation on them.

Opening, Reading and Writing a file in GNU C++ Linux?
Nothing prevents you from using standard C++. Open, read, and write files the same way you would under standard C++ on Windows. fopen, fprintf, or whatever are still valid.





Is there a question you had that standard C++ references and tutorials aren't able to answer?

avender

No comments:

Post a Comment