Re: system(), flush() and so on...
Hello Julio,
Hm... I don't even know what to specify :)
The exact problem is using system("traceroute host.com"), but it
should've returned its results line by line, instead of executing the
whole command and then outputting its result.
Tha
Hello Julio,
Hm... I don't even know what to specify :)
The exact problem is using system("traceroute host.com"), but it
should've returned its results line by line, instead of executing the
whole command and then outputting its result.
That is done by flush(), which is executed by system() foo
2 matches
Mail list logo