Search:

Type: Posts; User: crazyGauss

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,704

    hey, I know it's not directly connected with the...

    hey, I know it's not directly connected with the name of the thread, but it's not completely offtopic.

    when I read the file, and I want to check if the program has read it correctly, using cout I...
  2. Replies
    9
    Views
    1,704

    wow, this one's realy simple, thanks :) OK, so...

    wow, this one's realy simple, thanks :)
    OK, so now that I know this I want to read form a file like this:


    1 10
    2 20
    3 30
    4 40
    5 50
    6 60
  3. Replies
    9
    Views
    1,704

    OK, so how do I do that? is that with ifstream...

    OK, so how do I do that?

    is that with ifstream for reading from file and ofstream for writing into a file?
  4. Replies
    9
    Views
    1,704

    does that mean I can't read a number with fgetc?...

    does that mean I can't read a number with fgetc? from what I can see the example in this link is pretty much the same as my program:


    #include <stdio.h>
    int main ()
    {
    FILE * pFile;
    int...
  5. Replies
    9
    Views
    1,704

    reading from a file

    I have a beginner's question about reading data from file, but I've been unable to find any tutorial of FAQ that would be useful for my problem, so please help :)



    #include<iostream>...
Results 1 to 5 of 5