Hi again, I have a new question. This time my scenario is thus: I have some data that the user can read and write to. The user only get's to write to certain fields of the file, the rest are ...
On the Windows platform, the C++ language offers several ways to process a file. We'll look at four approaches for serial IO access. Reading and writing to a file is one of the most required features ...
I'm trying to templatize a class, based on a list of values. The list can't be another class - template parameters need to be compile-time constants. So that leaves arrays as the option.<P>My current ...