does anyone know how to connect a c code program to gnuplot program at the command line arguments? the specification is below:
if a.out - gnuplot gnuplot is specified at the command line argument, the output will be piped to the gnuplot
i'm using cc compiler and vi (gvim) text editor. could someone help me please?
if a.out - gnuplot gnuplot is specified at the command line argument, the output will be piped to the gnuplot
i'm using cc compiler and vi (gvim) text editor. could someone help me please?
Comment