plotcpp
plotcpp copied to clipboard
fix for Visual Studio
in order to make it work on VS, we need to change :
popen -> _popen pclose -> _pclose "w" -> "wb"
maybe an ifdef could be good if you want to make it compatible in VS