![]() |
manipulate files using c++
Hey everyone
i need a good book that totally covers dealing with files using C++ any suggestions ? please provide amazon links or any details about the book thanks |
Thinking In C++, Vol -1 & 2 By Bruce Eckel
http://www.mindview.net/ |
>i need a good book that totally covers dealing with files using C++
A book that totally covers filehandling in C++ would need to be specialized to iostreams, because the topic is extremely broad. To my knowledge, there are only two tutorial style books that do this to any useful extent: "The C++ Standard Library - A Tutorial and Reference" and "Standard C++ IOStreams and Locales". There's also an older IOStreams book by Steve Teale, but it's more of a historical curiosity at this point. If all you want is the basic stuff (ie. you don't plan on writing a streambuf, extending the stream classes in any way, or working heavily with internationalization) then just about any recommended book on C++ will cover what you want. |
| All times are GMT -5. The time now is 12:22 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC