项目作者: sidvishnoi

项目描述 :
[EDUCATIVE] A file handling assignment made to teach some ideas about file systems and gain user's experience in C++ file handling.
高级语言: C++
项目地址: git://github.com/sidvishnoi/filesystem-assignment.git
创建时间: 2017-05-25T07:49:47Z
项目社区:https://github.com/sidvishnoi/filesystem-assignment

开源协议:

下载


File System simulation

A file handling assignment made to teach some ideas about file systems and gain user’s experience in C++ file handling.

This assignment was made by Sudhanshu Vishnoi and Rishija Mangla, two students at Dept. of Computer Science, University of Delhi during their first year of MCA course under the guidance of Prof. Naveen Kumar.

How you’ll learn

First you need to download the project in your Computer. You can use git to download the project as

  1. $ git clone https://github.com/sidvishnoi/filesystem-assignment.git

We recommend you to download the project using this link, so we can know how many people are trying to do this assignment. Once you have finished the project, you may want to contribute to it. See how you can Contribute below.

We have divided the code into several tasks to be done in 6 days. You should read the README of each day to understand the tasks.

Each piece of code contains a %% symbol with some comments, denoting that you need to write the codes in that section. Make sure that you update the codes day by day. You will be needing the codes of previous day in subsequent days.

To compile the codes, you need g++ compiler and the make utility.

  1. $ cd PATH/TO/PROJECT/
  2. $ make
  3. $ ./filesystem

To get started, click here.

Contributing and Support

  • Star the project
  • Report issues you may find
  • Suggest new additions to project
  • Do not ask for solutions
  • Do not publish your solutions on web, it might adversely affect the learning of others