Search:

Type: Posts; User: c99tutorial

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    12,482

    On Windows, the \ separates path elements. So if...

    On Windows, the \ separates path elements. So if you have a folder called "my dir" and you want to open a file inside that called "my file.txt" you might do the following:



    FILE *fp =...
  2. Replies
    6
    Views
    12,482

    For spaces in filenames, you don't need any...

    For spaces in filenames, you don't need any special escape character. Although giving a filename with spaces to a shell command might require this, but that's another story.
Results 1 to 2 of 2