|
From: blalock <wi...@ea...> - 2000-11-15 19:36:55
|
Can I format input from a file inside of the file or do I have to do
this through code? I am trying to import characters into my program as
they are in the file. when I use fscanf it ignores the spaces. I was
wondering if there is a way to essentially cut and paste from a file to
my program including the spaces and returns. To explain, I am trying to
import ascii art into the introduction portion of my program, so the
input file needs to be formatted exactly as it is spaces and all. I am
taking a class in C, very new at this, so I am playing with it.....
thanks in advance for the reply.
Blalock
|