Forum: C Feb 15th, 2005 |
| Replies: 2 Views: 2,508 Hi All,
I have a build an application which uses file names from a directory.
to get these file names I used the following code from MSDN.
FILE * fp;
String *extension;
... |
Forum: C++ Dec 7th, 2004 |
| Replies: 2 Views: 20,962 can anyone help me in reading the file names from a folder with a specific extention in VC++ enviroment.
thanks in advance
sachin |
Forum: C Oct 25th, 2004 |
| Replies: 1 Views: 3,206 Hi All
I' m a new member of Dani Web Community.my problem is with nested linked list implementation.when i insert second node in linked list, it always overwrites the first.
my declarations... |