Back | Reverse |

Systems Operations
Link | by tinmae on 2005-07-03 15:30:08
I would like to know how to make a program involving systems operations... its because my friend has to make a program involving scanning the hard drive... is this possible?

Re: Systems Operations
Link | by gendou on 2005-07-03 20:15:20
you can use system calls to access hardware using your OS.
all true programming languages have some way to interact with the OS on some level.
in C++ you can use the system() function.

i dont know what you mean by "scanning the hard drive".
if you mean, browsing the file tree, then you should research how to change directories.


Back | Reverse |

Copyright 2000-2024 Gendou | Terms of Use | Page loaded in 0.0023 seconds at 2024-05-08 08:08:26