Search:

Type: Posts; User: sp2

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    25,574

    This is an assignment, so do you think when i...

    This is an assignment, so do you think when i turn it in it won't matter (as in they have it set up correctly)?
  2. Replies
    11
    Views
    25,574

    I'm running cygwin on windows. If the same...

    I'm running cygwin on windows. If the same program was run and compiled on linux, would it work? And yes, it works perfectly in wordpad.
  3. Replies
    11
    Views
    25,574

    Yes! cygwin-gcc

    Yes! cygwin-gcc
  4. Replies
    11
    Views
    25,574

    No, i only have a w in the file, so I don't know...

    No, i only have a w in the file, so I don't know what's going on.

    Here is the function that outputs it to the file:


    void output_maze(char *maze, int xWidth, int yWidth, FILE *mazeFile)
    {...
  5. Replies
    11
    Views
    25,574

    Thanks. How would I know how the file is opened?...

    Thanks. How would I know how the file is opened? The output file is given as a command line argument and ends with .txt...
  6. Replies
    11
    Views
    25,574

    notepad doesn't recognize new line character

    Hi,

    I'm not sure this is really a programming issue, but I will give it a try here. I'm outputting data formatted kind of like a table to a file. When opened with notepad, the data is all on one...
  7. Replies
    9
    Views
    8,907

    scanf to return after user presses enter?

    Hi,

    I want the user to be able to enter up to 3 integers.... I need to react based on the number they input, so i'm using scanf and tracking the return value. However, when I enter just one...
Results 1 to 7 of 7