English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

fscanf() function don't search a file i think there are two problems
first fscanf can't find file.second it can't find char variabales.

2006-10-16 08:22:24 · 1 answers · asked by vahid_saljooghi 2 in Computers & Internet Programming & Design

1 answers

fscanf() doesn't look for files. You have to give it a FILE * to an already open file. And I've never seen any problems with fscanf() with char data-types.

2006-10-16 09:06:30 · answer #1 · answered by Chris J 6 · 2 0

fedest.com, questions and answers