Hi Joel,
I am a amateur programmer (an old EE) and I was looking for a solution to plotting a data stream on GNUplot. Your plot pipe program works great! I am using the VS2015 (free version) compiler and the Ultimate++ IDE which works well with Visual Studio or Mingw. All I had to do to get it to work with VS was to replace popen with _popen and pclose with _pclose and it worked fine. Thanks for making the program available.
Hi Joel,
I am a amateur programmer (an old EE) and I was looking for a solution to plotting a data stream on GNUplot. Your plot pipe program works great! I am using the VS2015 (free version) compiler and the Ultimate++ IDE which works well with Visual Studio or Mingw. All I had to do to get it to work with VS was to replace popen with _popen and pclose with _pclose and it worked fine. Thanks for making the program available.
Tim