Search:

Type: Posts; User: ulti-killer

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    989

    Why Line 82, ' ; ' can make it display only last...

    Why Line 82, ' ; ' can make it display only last record?
  2. Replies
    5
    Views
    989

    Binary file - display issue

    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>


    typedef struct{
    char code[6];
    int year;
    char country[26];
    } product;
Results 1 to 2 of 2