User Profile

Collapse

Profile Sidebar

Collapse
sohil2520
sohil2520
Last Activity: Mar 12 '07, 02:52 AM
Joined: Mar 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sohil2520
    replied to Copying a file
    in C
    got ur idea dude...thnx...t here's still 1 doubt tho...
    what do the two 1's in fwrite() imply..??
    See more | Go to post

    Leave a comment:


  • sohil2520
    started a topic Copying a file
    in C

    Copying a file

    I have just started programming in c
    i started to make a program to copy contents from one file to another charcter by character. i made the prog but it is not working..
    can u plz tell me the error in the code..?
    my code is
    Code:
    #include <stdio.h>
    
    main()
    
    {
    
    char a;
    
    
    FILE *fi, *fo;
    
    
    fi= fopen ("sohil", "r");
    ...
    See more | Go to post
    Last edited by bartonc; Mar 4 '07, 10:42 PM. Reason: added [code][/code] tags
No activity results to display
Show More
Working...