Topic: Hard drive space / freespace
Author: Christopher Eltschka <celtschk@physik.tu-muenchen.de>
Date: 1999/02/14 Raw View
AllanW@my-dejanews.com wrote:
[...]
> Obviously, we can't form a complete list of functions that are NOT
> in the standard. What we can do is describe things that people seem
> to think are in the standard, but aren't. This would include (off
> the top of my head):
[...]
> * Detect the Pentium floating-point bug
This one should be doable - you _can_ program a division, can't you?
(If you are too woried about super-optimizing compilers, you can
read the values to divide from file.). And you can also compare
the result with the expected one.
[...]
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]
Author: "Jean Philippe JOUX" <joux@isty-info.uvsq.fr>
Date: 1999/01/06 Raw View
is there a function which can tell me how free space left on my hard drive?
mailto:jjoux@aldea.fr
mailto:joux@isty-info.uvsq.fr
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]
Author: AllanW@my-dejanews.com
Date: 1999/01/07 Raw View
In article <76vdfv$k0b@enews2.newsguy.com>,
"Jean Philippe JOUX" <joux@isty-info.uvsq.fr> wrote:
> is there a function which can tell me how free space left on my hard drive?
This ought to be in the FAQ.
Obviously, we can't form a complete list of functions that are NOT
in the standard. What we can do is describe things that people seem
to think are in the standard, but aren't. This would include (off
the top of my head):
* How much space left on the hard disk, and is it compressed, etc.
* Processor type/speed, how much memory, what type of backplane, etc.
* Detect the Pentium floating-point bug
* Clear the screen, draw graphics, turn monitor on/off, etc.
* Change fonts, get current font, draw bold and/or underline, etc.
* Find out screen resolution, color depth, monitor size, etc.
* Dial the modem, answer the phone, page the operator, etc.
* Start the document scanner
* Turn on or off the house lights, etc.
* Schedule or cancel a print job or a batch job
* Wait for a single key to be pressed, without waiting for ENTER
* Turn on or off CAPS LOCK or NUM LOCK
* Move the cursor to line X, column Y
* Find out where the mouse is, or what buttons are pressed
* Play music or other sound files, or start the CD playing
* Open or close the CD drawer, or eject a floppy disk
* Translate a phrase from one spoken language to another
* Send E-Mail
* Scan for viruses
* Compress or uncompress data
* Start the screen saver, or prevent it from running
* Compute an error, so sparks fly out like on old "Star Trek" shows
* Self-destruct
--
AllanW@my-dejanews.com is a "Spam Magnet" -- never read.
Please reply in USENET only, sorry.
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]
Author: "Martijn Lievaart" <nobody@orion.nl>
Date: 1999/01/07 Raw View
AllanW@my-dejanews.com wrote in message <7714k3$mpo$1@nnrp1.dejanews.com>...
>In article <76vdfv$k0b@enews2.newsguy.com>,
> "Jean Philippe JOUX" <joux@isty-info.uvsq.fr> wrote:
>> is there a function which can tell me how free space left on my hard
drive?
>
>This ought to be in the FAQ.
>
>Obviously, we can't form a complete list of functions that are NOT
>in the standard. What we can do is describe things that people seem
>to think are in the standard, but aren't. This would include (off
>the top of my head):
>
(snip good suggestions)
We might add something to the FAQ on how to achieve getting green demons to
fly out of your nose ;^>
Greetz,
Martijn
--
My email address is intentionally set to /dev/null
mail me at mlievaart at orion in nl
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]