Search:

Type: Posts; User: Pe6r0

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    3,716

    THANKS! I never even thought about it in that way...

    THANKS! I never even thought about it in that way :D
  2. Replies
    10
    Views
    3,716

    I did read it :D My plan is to make a program...

    I did read it :D My plan is to make a program that searches throu the comments AND removes them. The searching part is easy since I already have the program searching for specific characters. My...
  3. Replies
    10
    Views
    3,716

    As I said I already disregarded the second fopen...

    As I said I already disregarded the second fopen (it was suggested earlier) that line is now:


    if(o==' ')
    {
    fwrite(input,1,1,tmp);
    }
  4. Replies
    10
    Views
    3,716

    well I did do a fflush of the file between read...

    well I did do a fflush of the file between read and write but the end result was the same. I keep getting the stuff written at the end only :(


    #include <stdio.h>
    #include <stdlib.h>
    #include...
  5. Replies
    10
    Views
    3,716

    thanks for all the input ppl! :D it helped a lot...

    thanks for all the input ppl! :D it helped a lot :D
  6. Replies
    10
    Views
    3,716

    help can't find a way to make this work

    hi, I'm doing a very simple program in which I want to remove comments from a .c file, so I started with something simple and tried to make a program that changed ' ' to a '.' except that I can't...
Results 1 to 6 of 6