[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is it possible to compile a PDP++ project in c++ ?



Marco Uberti <cs97mmu@brunel.ac.uk> writes:
> I'm doing a disertation on time serie analysis using PDP++ which i
> found great, in the manual is not clear if I can transform/compile a
> PDP project into c++ code.  I have not used any css script but only
> I constructed the NN using the GUI functionalities.

you can record a css script to construct your network, and, with a few
corrections, you can compile that script into c++ code and link it
with the rest of pdp++ to get a self-contained running executable.  i
personally would just use a standard executable and use a startup
css script, e.g.,:

bp++ [-nogui] -f my_startup_script.css


				- Randy