Problem with HTML files in C++

L

Ladykiller

Hi everybody , I'm writing because i'm new in C++ and i have a big
problem , I want my program to find files in a directory, (*.jpg, for
example)and create alist of these files,

Does anybody know how to do it ??

I ll be very thankful
 
R

Rolf Magnus

Ladykiller said:
Hi everybody , I'm writing because i'm new in C++ and i have a big
problem , I want my program to find files in a directory, (*.jpg, for
example)and create alist of these files,

Why would that be a problem with HTML files? It's rather a problem with
reading directories.
Does anybody know how to do it ??

C++ doesn't have any features for directory handlig built-in. You have
to resort to system specific functions. So ask this question again in a
newsgroup about the operating system/compiler/libraries you use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top