Search:

Type: Posts; User: overlord21

Search: Search took 0.01 seconds.

  1. void view_account(char *filename) { int...

    void view_account(char *filename)
    {
    int count=0;
    int i=0;
    account t[30];
    FILE *file=fopen(filename,"rb");
    if(file!=NULL)
    {
  2. random access and sequential binary files and functions issues

    here i have the function that is supposed to delete a selected account and display the change in the file, but this instead removes all the account and leave only one. Can anyone help

    void...
Results 1 to 2 of 2