How to implement FAT File System in Dev c++,any body have helping material
Printable View
How to implement FAT File System in Dev c++,any body have helping material
I recommend Google
ok u hav any idea how to read short File or Long File in FAT file system in c++
You don't learn, do you?
Search for a specification of the FAT file system. Then learn how to do low-level disk access in your OS of choice. If you can't get started on either of these on your own, your chosen task is beyond you and you need to learn more about computers first.