well, i got " Jumping into C++" and " Accelerated C++", and i am wondering which one it's better for a new person to the programming world!!:
1) Which book should i read ?
2) IF i should read both, which one should i read it first ?!
NOTE: Please don't answer unless you know both of them, and had read them before wisely !!
Thanks by the way !



11Likes
LinkBack URL
About LinkBacks




stream' classes in general while almost exclusively using `std::cin' and `std::cout'. However, the file stream types are referenced. Because of the design of the C++ standard library this is sufficient for text files. Binary files will need you to reach beyond that one book. I can't think of any one book that offers anything near the coverage of "Accelarated C++" and provides reasonable coverage of binary files. The book just doesn't have chapters devoted to files storage or transmission.