person man wrote: > How to get hard disk information using c/c++.Can any one help by > giving code to get Hard disk information i.e No. of hard disk in the > system, Drive serial number,assigned drive letter by OS(C,D,E....), > file system of each drive........etc > > Plz...Plz.......help.....
What OS? Sounds like Windows. Try GetLogicalDrives(). Then for each drive use GetVolumeInformation(). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
