Need Programming Help!!!

Status
Not open for further replies.

tomyas

Posts: 6   +0
hi,
i am trying to create a sort of computer search using C++ ( Dev-cpp compiler ) but i have no idea how to access the hard disk ( or any other drive).

Please help!

thanks :)
 
tomyas said:
hi,
i am trying to create a sort of computer search using C++ ( Dev-cpp compiler ) but i have no idea how to access the hard disk ( or any other drive).

Please help!

thanks :)

Have you done ANY programming, or are you asking which functions to
open, read, compare and read until done, then close??
 
I mean accessing data like program files or windows using a console program
e.g.
typing C:\ProgramFiles will bring up the data/files inside it.
:giddy:
 
I have Dev-cpp compiler too, Bloodshed software?

Anyway, writing a program to open / edit / close / access a file or a program is extremely complicated... I'm still not sure how myself, i've been busy with other things :)

Try this site:
http://www.dreamincode.net/home/
 
Status
Not open for further replies.
Back