Search:

Type: Posts; User: Juan Roberto

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,440

    Thanks very much for your advice Salem; I will...

    Thanks very much for your advice Salem; I will give that a go.

    Does opening the file as read binary mean that as far as C is concerned binary reading and text-reading are basically the same??
    ...
  2. Replies
    3
    Views
    2,440

    getc or not getc that is the problem

    I have a slight problem trying to read characters from a file on Win. The bit of code I am using is:

    characterCount = 0;
    ch = getc ( filepointer );

    while ( ch != EOF )
    {
    while...
Results 1 to 2 of 2