Working with Direct Access Files in C++
问题 I am extremely new to C++ (and programming in general really) and am working on a project that has me stumped (not hard to do ha). The project involves Direct Access Files. We are to create a file consisting of a series of parts records. Here are some of the specifications: Should contain a header record (24 bytes - filled) indicating the number of valid items. Each (24 byte-long) data record will contain a stock number (4 digits max), a description (8 characters max), a count (4 digits), and