User Profile

Collapse

Profile Sidebar

Collapse
XDeveloper
XDeveloper
Last Activity: Jan 31 '08, 04:48 PM
Joined: Dec 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • XDeveloper
    replied to [C++] Creating File System Constole App
    in C
    People Help!!! Deadline is sooon!
    See more | Go to post

    Leave a comment:


  • XDeveloper
    replied to [C++] Creating File System Constole App
    in C
    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 -)
    ...
    See more | Go to post

    Leave a comment:


  • XDeveloper
    started a topic [C++] Creating File System Constole App
    in C

    [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...
    See more | Go to post
No activity results to display
Show More
Working...