Forum: C++
Mar 18th, 2005, 3:02 AM
|
|
Replies: 4
Views: 198
I was thinking in every document but the...
I was thinking in every document but the authorized ones. This means that can be a huge number...
I suposse you ask it because of the memory it could use. I had not think about it, but i understand...
|
Forum: C++
Mar 17th, 2005, 3:59 AM
|
|
Replies: 4
Views: 198
file securing
i would like to create a program in c++ able to avoid anyone else to read files. I was researching and I think that i could use the CreateFile windows.h function in order to get the handle of every...
|
Forum: C++
Feb 22nd, 2005, 6:27 AM
|
|
Replies: 2
Views: 137
|
Forum: C++
Feb 22nd, 2005, 5:53 AM
|
|
Replies: 2
Views: 137
system(const char*)
this function in c++ works as follows -> system("c:\example.exe");
but i wish to pass a string instead of writing it -> system(myString);
where myString has paths that can be changed on running...
|
Forum: C++
Feb 17th, 2005, 9:31 AM
|
|
Replies: 1
Views: 128
calling .exe from c++
i would like to know how can i launch a .exe with parameters from a c++ program. Which functions to use, libraries, examples, whatever!! thanks
|
Forum: C++
Feb 11th, 2005, 8:59 AM
|
|
Replies: 1
Views: 261
registry info
Does anyone know how to get this info from the computer (wXP)? I need the class GUID and now i know where it is stored, but not how to read it!! HELP!!
Registry Data...
|
Forum: C++
Feb 10th, 2005, 9:01 AM
|
|
Replies: 0
Views: 118
USB doubts
i'm checking info at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/buses/hh/buses/usbinterKG_638eb209-5f2e-4f96-b169-beedcf106ac4.xml.asp
but i donīt understand how to use...
|
Forum: C++
Feb 9th, 2005, 9:28 AM
|
|
Replies: 5
Views: 200
> you need to work with the device driver
i'm...
> you need to work with the device driver
i'm working with a wXP, so i donīt know where to look for the interface of their usb drivers. msdn maybe?
but i still donīt understand why canīt i open a...
|
Forum: C++
Feb 9th, 2005, 8:49 AM
|
|
Replies: 5
Views: 200
|
Forum: C++
Feb 9th, 2005, 6:00 AM
|
|
Replies: 5
Views: 200
Controlling ports
i want to take control over the ports, so no one could acces to the devices attached there. When trying to use the CreateFile function, i don't know where the lpDeviceName is stored so i cannot call...
|