Search:

Type: Posts; User: ioanLesbi

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,076

    deleting numbers in text files

    HI people,

    I am trying to delete numbers from any text file. I have this much so far:


    int main(){
    char c, filename[10]; FILE *fp;
    printf("Eneter a filename");
    scanf("%s",...
  2. Replies
    3
    Views
    1,263

    finding numbers in text files

    HI guys,

    Can anyone tell me how to find and delete numbers from a text file. This is what I have so far



    int main(){
    char c, filename[10]; FILE *fp;
    printf("Eneter a filename");
    ...
Results 1 to 2 of 2