Search:

Type: Posts; User: Gorgorath

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,600

    yeah I know, but basically it's an assignment for...

    yeah I know, but basically it's an assignment for school, where you have to decode and encode a text file encoding works fine,
    but it's the decoding that give me a headache, say you have this ...
  2. Replies
    7
    Views
    2,600

    hey mate thx for the reply, but how can you...

    hey mate thx for the reply,
    but how can you excactly read an integer when there are a lot of other chars in the same file:


    char oldKar, kar, getal;
    char in[20];
    char uit[20];
    int aantal;...
  3. Replies
    7
    Views
    2,600

    how to read integers from a file( novice )

    hey all,

    I would like to know how one can read integers from a file,
    I've have instanced an ifstream, but with fileName.get()
    it seems that you can only read chars?

    cheers

    Paul
Results 1 to 3 of 3