Results 1 to 5 of 5
Thread: List
Hybrid View
-
22nd May 2007 23:04 #1
List
? filesystem boost, . .
Without involvement there is no commitment.
Never ask insurance salesman if you need insurance.
-
23rd May 2007 10:13 #2
-
23rd May 2007 12:47 #3
, .
windows, msdn.microsoft.com FindFirstFile FindNextFile.
UNIX- ( Linux Mac OS X), glob <glob.h> (- "man glob").
.. , , ... -- .Last edited by anrieff; 23rd May 2007 at 12:50. Reason:
, . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
23rd May 2007 13:28 #4-POSIX , . , dirent , stat ( , , , ..)Code:
#include <sys/types.h> #include <dirent.h> #include <iostream> DIR* dir = opendir("/home/blah/dir"); while (NULL != (struct dirent* d = readdir(dir)) { std::cout << d->d_name << std::endl; } closedir(dir);Internet - it doesn't make you stupid, it just makes your stupidity more accessible to others
-
24th May 2007 03:45 #5




Reply With Quote
.

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in