Skip to content

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

Notifications You must be signed in to change notification settings

sidvishnoi/filesystem-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

$ 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.

$ cd PATH/TO/PROJECT/
$ make
$ ./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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published