Search:

Type: Posts; User: tgeandpudding

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,107

    while(fscanf(f1,"%s\t%s\t%f\n",trans.num,trans.des...

    while(fscanf(f1,"%s\t%s\t%f\n",trans.num,trans.des,&trans.price)!=EOF)
    {
    if(strcmpi(neym,trans.num)==0)
    {
    printf("Enter new description :");
    scanf("\n");
    gets(trans.des);...
  2. Replies
    3
    Views
    1,107

    Need some help about file handling.

    My problem is the function edit and del
    this is the file must be edited and deleted.


    Partnumber --------partdescription -------------------partprice

    AOC5E02011 -----AOC 5E COLORED...
Results 1 to 2 of 2