User Profile

Collapse

Profile Sidebar

Collapse
aditigupta
aditigupta
Last Activity: Jul 17 '07, 01:57 PM
Joined: Jul 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aditigupta
    replied to fat data
    in C
    thats wat i think.......the re are just 2880 usable sectors in floppy.......i dont think this can be the reason........ think more plz.......

    thanks...
    See more | Go to post

    Leave a comment:


  • aditigupta
    started a topic fat data
    in C

    fat data

    hi

    as i m doin data recovery project for floppy disk whenever i put some big doc file of abt 600 kb or so then i get negative sector number in my fat information and hence that sector is not read..........

    m doin all this in c/c++

    wat can be the reason for negative value of sectors

    plz help

    thanks
    See more | Go to post

  • aditigupta
    replied to read and write from a sector
    in C
    ya but by using fwrite will i get the data that was stored initially in that file i.e. in the same format and not binary........
    See more | Go to post

    Leave a comment:


  • aditigupta
    started a topic read and write from a sector
    in C

    read and write from a sector

    hi

    actually i m using absread to read a particular sector but when i write it i m getting some special characters instead of actual data.......

    i m writing the data by this command

    for (i=0; i<512; i++)
    {
    ch_out = buf[i];
    fprintf(fnew1," %c",ch_out);
    }

    so can anybody tell me wat can be the problem........ ..

    is it the format s[pecifier...
    See more | Go to post

  • aditigupta
    replied to Increment File Pointer In A Text File
    in C
    no i want to move to any line from the present file pointer position....... .. is there any way out.......
    See more | Go to post

    Leave a comment:


  • aditigupta
    started a topic Increment File Pointer In A Text File
    in C

    Increment File Pointer In A Text File

    HI...
    Actually i m trying to move my file pointer from one line to another line but m not able to do so by using fseek because i dont know the offset.......

    so is there anybody who can help........

    thanks
    See more | Go to post
No activity results to display
Show More
Working...