using c read each char and covert to long int:
while(*buffer != ‘\n’);
{
read(fileName, buffer, 1);
printf(” Byte: %s”, buffer);
}
good way.
using c read each char and covert to long int:
while(*buffer != ‘\n’);
{
read(fileName, buffer, 1);
printf(” Byte: %s”, buffer);
}
good way.
remember: mono2.4 and monodevelop 2.0, try them tonight.
C / ANSI-C examples (example source code) Organized by topic