I am writing a C++ program that can read and process info of a ext2 filesystem. I figured that I should create a class named Device that will hold the file desc
Device