User profile: kallileo

User info
User name:kallileo
History
Joined:
Number of posts:9
Latest posts:

fscanf question
OK I decided to use the third option. [code]while ((fscanf(fr,"%[^;];%[^;];%[^;];%[^;];%[^;];%s",...

fscanf question
Thank you again jsmith... Let's say that I want to read all the values to string variables... ...

Question with directory listing into array
It does...i use Minw Studio and/or Dev C++ on Windows XP. I have read about stat before but it se...

Question with directory listing into array
OK by using strcpy(file,dp->d_name); I'm passing the file name to [b]file[/b]. Now I need to make t...

Question with directory listing into array
[code]#include <stdio.h> #include <conio.h> #include <string.h> #include <sys/types.h> #include ...