Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: brown_ma
Forum: C Apr 13th, 2006
Replies: 2
Views: 12,229
Posted By brown_ma
void read_file(char string[60])
{
FILE *fp;
char filename[20];
printf("File to open: \n", &filename );
gets(filename);
fp = fopen(filename, "r"); /* open file for input */

if...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC