Search:

Type: Posts; User: knowNoC

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,502

    It was in my function prototype. I was trying to...

    It was in my function prototype. I was trying to pass a character string to a function that opens and reads the file. I didn't realize to do that, I needed to pass a FILE *pointer. Here it is, a...
  2. Replies
    2
    Views
    1,502

    File names as function arguments

    In main() I want to declare the two files I'll be working with as strings, char*source and char*dest. Eventually, I'll be reading one line at a time from the source and sending that string to a...
Results 1 to 2 of 2