资 源 简 介
Introduction
"If you really know C, you own the world."
-- Sysadmin prof.
On the one hand this project tries to make it easier to deal with common binary files with C++.
On the other hand, this project will give noobies with a minimal C++ background an easy way to understand come across and understand common binary files. Of course there"s more to computers than just binary files, but I think it"s as good a place as any to start.
Most everything is explained from ground up so that beginners don"t have to go searching all over the place to figure out how different kinds of data are supposed to be handled.
Also, many project decisions have been designed to make it easier for the typical beginner; for instance, instead of creating libraries, all source for each class is stored in the header files. Eventually there will be a tutorial wiki page for handling libraries, so that even the uninitiated can follow