Search:

Type: Posts; User: alvision

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    10,460

    I don't know why, but when I run the program...

    I don't know why, but when I run the program without the redirection operator, the output are in the correct order, but when I call the program with a redirection to a text file AND within the...
  2. Replies
    12
    Views
    10,460

    Thanks all for helping out... When I used the...

    Thanks all for helping out...
    When I used the redirection operator >, the output are not in the correct order.
    The structure of my program is like this:
    main() prints to output.txt, then calls a...
  3. Replies
    12
    Views
    10,460

    Yes I am, sorry I didn't make that clear.

    Yes I am, sorry I didn't make that clear.
  4. Replies
    12
    Views
    10,460

    Writing to single file in multiple functions

    Hi all from a beginner,

    I'm trying to print all my output from a program to a single text file (running in unix) (I tried the redirection ">" but didn't work)

    I opened the file in main(), and...
Results 1 to 4 of 4