Search:

Type: Posts; User: Dizzy++

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,434

    So because i am reading to many lines of text it...

    So because i am reading to many lines of text it just gives me garbage?
  2. Replies
    12
    Views
    1,434

    Well you are right aout that i should assign i a...

    Well you are right aout that i should assign i a value. So i assigned it the value 0. After compiling, it still shows the txt file as unreadable, but still more readable than before. But still don't...
  3. Replies
    12
    Views
    1,434

    Okay so far i have tested my program bit by bit....

    Okay so far i have tested my program bit by bit. And i believe that my error is in


    void read_resultater(const char *filename, match matches[])

    And if I edit my while loop to be any other...
  4. Replies
    12
    Views
    1,434

    Shouldn't make any difference. and it doesn't i...

    Shouldn't make any difference. and it doesn't i still get a segmentation error.
  5. Replies
    12
    Views
    1,434

    Segmentation fault.

    When i run this program i get the error segamentation fault (core dumped). I have checked my placeholders several times and can't seem to find the error.
    Can anyone tell me what causes segmentation...
  6. Thread: Struct, fopen.

    by Dizzy++
    Replies
    3
    Views
    2,015

    Struct, fopen.

    okay i have this code.

    int round;
    char day[3];
    char time[5];
    char hometeam[3];
    char guestteam[3];
    inthometeamscore;
    int guestteamscore;
  7. Replies
    2
    Views
    3,854

    how to multiply two arrays by hand.

    my problem is that a need an integer on 100 digit. and i have to get that by multiplying two arrays.
    But i want to know first how to multiply two arrays by hand, before I continue any further.
Results 1 to 7 of 7