User Profile
Collapse
-
People Help!!! Deadline is sooon! -
Yee But.
I'm writing a filesystem abstraction layer, and I'm pretty stumped on
the best way to represent it. Stripping out a bunch of stuff, we get
down to:
class node
{
bool type; // 0 - file, 1 - folder
string name;
bool read;
bool write;
bool list;
};
class file : public node
{
//here is realization of data storage -)
...Leave a comment:
-
[C++] Creating File System Constole App
Hi Dear Fellows!
I recently have passed Java! And I choose C++ way! So and now I need to understand how can I built below problem!
With a binary file operations of addition, removal and replacement of record are carried out. To write function by means of which primary input of the information from the keyboard and rewriting in a file is carried out. To write function, transformed data of an initial file to a text file in the...
No activity results to display
Show More
Leave a comment: