![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2006
Posts: 20
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#2 |
|
Programmer
Join Date: Dec 2005
Posts: 33
Rep Power: 0
![]() |
Thinking In C++, Vol -1 & 2 By Bruce Eckel
http://www.mindview.net/
__________________
The only real valuable thing is intuition. -Albert Einstein |
|
|
|
|
|
#3 |
|
Professional Programmer
![]() Join Date: Sep 2005
Posts: 419
Rep Power: 4
![]() |
>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.
__________________
Even if the voices aren't real, they have some pretty good ideas. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix commands compatible with Windows? | titaniumdecoy | Bash / Shell Scripting | 7 | Oct 5th, 2006 7:25 AM |
| Command Prompt | SkyPioneer | Coder's Corner Lounge | 5 | May 3rd, 2006 10:07 PM |
| Checking source codes of image, audio and video files | on_auc | C++ | 3 | Feb 21st, 2005 8:36 PM |
| shutil.copy corrupting files? | TimL | Python | 0 | Feb 20th, 2005 3:32 PM |
| Bash script to access all files in a directory | shinni | Bash / Shell Scripting | 4 | Feb 18th, 2005 3:26 PM |