-1

If I understand this system call "select" correctly,

Archer
  • 111
  • 3
  • 10

1 Answers1

1

?????

If you don't want user input ... then just don't ask for user input!

If you want to "automate" user input, why not run your program with "myprog < myinput.txt"?

Am I missing something???

paulsm4
  • 114,292
  • 17
  • 138
  • 190
  • I do want user input, I just don't want to have to type in the same thing everytime. Also for my situation I can't control how the program is setup (I can't specify arguments); all I can do is edit the code. – Archer Nov 28 '12 at 05:04