i want to write a c++ code that due the structure of file space allocation,Simulates file system with 2*n array.Each column represents a sector,The first row is for storing files And second row holds the address of the next sector (Number of columns).and With each click on keyboard Create a file with random size and automatically find Appropriate sectors by using disk allocation method (or index allocation)...Also File names should be asked from user...and we should have file table Where the starting address of each sector,file extention and file size is given..
vahidgholami820 0 Newbie Poster
Recommended Answers
Jump to PostWhat David_W said. This is not a beginner problem. First, you need to understand something of file system structures. Next, you need to understand how to relate that to program code. Other than re-iterating your class assignment, you haven't done anything that lets us think you understand the scope of …
All 4 Replies
David W 131 Practically a Posting Shark
vahidgholami820 0 Newbie Poster
David W 131 Practically a Posting Shark
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.