Rolf said:
osmium said:
Nirmalya Ghosh Chowdhury writes:
[rearranged]
Jack Klein wrote:
On Thu, 18 Dec 2003 22:30:34 +0100, Christoph Rabel
BB wrote:
How do you retrieve the names of all files in a folder.
I am trying to execute a piece of code on all files in a folder supplied to
the program in the argument list.
What are the c++ commands for folder and file manipulations
There are no C++ commands for folders.
There are no C++ "commands" at all.
Although there is no C++ command, but I think we can use system calls
like readdir, opendir - which are also of Posix Standard.
Gurus, correct me if I am wrong.
NGC
I am not a guru, just a humble supplicant.
But do you really think that someone who won't allow a simple word
substitution
It's good to tell people if they use wrong terminology. How else would
they learn to use the right one?
I have no objection to a correction, if it is meant to be informative. The
above is phrased in too subtle a manner for a beginner to understand; it is
preaching to the choir. A statement of the form:
C does not have "commands". What you
probably mean is "function call"
would be an understandable correction. To simply say "C doesn't have
commands" is simply snide. A person who doesn't already know the answer is
simply left with a "What is this all about?" feeling.
What is a "non-standard standard"?
What?
A standard that has not been approved by ISO/ECMA/ANSI/whatever. It's the
difference between de facto and de jure.