Results 1 to 5 of 5

Thread: List

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Si nummi immunis w00f's Avatar
    Join Date: Oct:2004
    Location:
    Posts: 329

    List

    ? filesystem boost, . .
    Without involvement there is no commitment.
    Never ask insurance salesman if you need insurance.

  2. #2
    Registered User tedych's Avatar
    Join Date: Nov:2003
    Location:
    Posts: 17,654
    (),
    , , , 20-30-40-50 .

  3. #3
    ɐ-əpoɔᴉu⋂ ɐ ə anrieff's Avatar
    Join Date: Apr:2004
    Location: Sofia
    Posts: 8,448
    , .

    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

  4. #4
    philosophus duratea icaci's Avatar
    Join Date: Oct:2006
    Location: Aachen
    Posts: 2,698
    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);
    -POSIX , . , dirent , stat ( , , , ..)
    Internet - it doesn't make you stupid, it just makes your stupidity more accessible to others

  5. #5
    Banned haste's Avatar
    Join Date: Mar:2006
    Location:
    Posts: 759
    nftw *nix.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |