V
vivian
Guest
I want to call "oean" in c++ program. Since in ocean, you have to use
load("filename.ocn") i n ocean prompts to run the simulation.
In c++, I use
system("ocean -b load("file.ocn") > file.out");
There is syntax error.
how to use system call ? thanks a lot!
load("filename.ocn") i n ocean prompts to run the simulation.
In c++, I use
system("ocean -b load("file.ocn") > file.out");
There is syntax error.
how to use system call ? thanks a lot!