Hi, I need help, how can I get size,label and free size of volumes in a computer with using c or c++, can you help me? Thanks, ... Do you Yahoo!? Better first...
... Goodness, that's the third cross-post of this question! What a luck than Paul already has answered this, otherwise I may feel tempted to write my usual...
... That's exactly what I had in mind for conversion. :-) No, honestly, due to speed I'll store values in the format "native" to the particular machine. The...
... computer with using c or c++, can you help me? ... What volumes? I guess you are talking about disk volumes. If so, this is completely specific to the OS...
I mean logical drives on system with volume, I use Windows OS ... computer with using c or c++, can you help me? ... What volumes? I guess you are talking...
ok i am using a compilier called Microsoft Visual C++ 6.0 since that is the one provided by my school. ummm does it really matter about the computer specs?? ...
This is under Windows, VC6 ... From: "Joao Coelho" <ofilha@...> To: <c-prog@yahoogroups.com> Sent: Friday, April 01, 2005 8:20 PM Subject: Re: [c-prog]...
... Yes, because different operating systems have different ways of playing back audio, and the software interface to the sound hardware is going to be...
Here is a function i wrote to check if ports are available and modems exist. But if you check out Microsoft's site they have more examples. And if you check...
... going to ... though). ... For Microsoft products, you can also consult Microsoft's websites. http://msdn.microsoft.com for example. Not everything they...
Hello all, I am looking for a way to determine the size of a disk drive under Linux in C. I have tried using stat() on the device file (e.g.; /dev/fd0), but...
Hi all, How can we make a class not derivable. i.e class Base //Some Base class { }; class Derived : public Base // This shud not work { }; But Base b =...
... Here is some info on making a 'final' class in C++ http://www.codeguru.com/Cpp/Cpp/cpp_mfc/stl/article.php/c4143/ -- Brett http://www.chapelperilous.net/ ...
... Nothing they make is secret - they are a publicly held company. The only "secrets" are a couple hundred APIs that no one really calls directly anyway....
Warning C4266. It does not exist. Anywhere. base.h(3632): warning C4266: '...SomeFunctionWithParameterList...': no override available for virtual member...
... some sample code would let us evaluate the correctness of the warning. I've often discovered that the compiler actually knows a helluva lot more about the...
... I found this in the beta whidbey "help" [This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as...
... That sentence and example was exactly what I was looking for. I didn't know I had to override _ALL_ virtualized functions of the same name from the base...
... This is, generally-speaking, a _REALLY_ bad idea. Especially since you are likely to apply the concepts you learn to large files exceeding 1MB. Your ...
... Victor...you know better than to insult list members. Play nice even if they are stubborn, annoying, and/or wrong. I agree with Barry, this discussion...