fscanf questionOK I decided to use the third option. [code]while ((fscanf(fr,"%[^;];%[^;];%[^;];%[^;];%[^;];%s",...
fscanf questionThank you again jsmith... Let's say that I want to read all the values to string variables... ...
Question with directory listing into arrayIt 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 arrayOK 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 ...