¡@

Home 

c++ Programming Glossary: disks

What is “strip” (GCC application) used for?

http://stackoverflow.com/questions/1413171/what-is-strip-gcc-application-used-for

Programmatically differentiating between USB Floppy Drive and USB Flash Drive in Windows

http://stackoverflow.com/questions/1797128/programmatically-differentiating-between-usb-floppy-drive-and-usb-flash-drive-in

It has specific enumerations for floppy disks. Make sure you try it when there's no disk in the drive. share..

USB-drive serial number under linux C++

http://stackoverflow.com/questions/2432759/usb-drive-serial-number-under-linux-c

fall in the second category they are called SCSI attached disks . In both situation ioctl calls can be used to retrieve the.. market is flooded with cheep knockoffs and some usb flash disks return strange serials for example my sandisk cruzer returns..

How can I quickly enumerate directories on Win32?

http://stackoverflow.com/questions/2511672/how-can-i-quickly-enumerate-directories-on-win32

Separate threads help if you enumerate different physical disks not just drives . For the same disk it only helps if it's an..

Enumerate external drives

http://stackoverflow.com/questions/2980509/enumerate-external-drives

get only the external drives i.e. USB drives external hard disks optical drives floppy etc. Is there any way to do it in java..

How to get serial number from hard disks?

http://stackoverflow.com/questions/331106/how-to-get-serial-number-from-hard-disks

to get serial number from hard disks Is there an easy way to get the serial number of all the hard.. there an easy way to get the serial number of all the hard disks in a PC using the Win32 API c winapi hard drive hdd share..

mmap() vs. reading blocks

http://stackoverflow.com/questions/45972/mmap-vs-reading-blocks

platform combinations of OS and standard libraries and disks and memory hierarchies I can't say for certain that the system..

List Of Physical Storage Devices win32 C++

http://stackoverflow.com/questions/7584627/list-of-physical-storage-devices-win32-c

is the general way of getting the list of Physical Storage disks. I've found CreateFile . But I cannot understand how to use..

Speeding up file I/O: mmap() vs. read()

http://stackoverflow.com/questions/8056984/speeding-up-file-i-o-mmap-vs-read

200 MB s read rate combined from the set of files. The disks handle this just fine. There is a projected requirement of over..

Optimal buffer size for write(2)

http://stackoverflow.com/questions/8803515/optimal-buffer-size-for-write2