The lyxserver uses the low-level C-functions open(), close(), read() and write() to get, put data to the in,output pipes.
Why? Is their a reason why we don't use C++ filestreams? Excuse my ignorance Angus
The lyxserver uses the low-level C-functions open(), close(), read() and write() to get, put data to the in,output pipes.
Why? Is their a reason why we don't use C++ filestreams? Excuse my ignorance Angus