[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (FC-Devel) Reference app 0.0.0 try 2, UXF
Hi Lindsay, hi all,
Lindsay.Marshall@newcastle.ac.uk wrote:
>
> Just in case anyone is interested here is what my code generator
> produces for the Uxf that was posted for the HelloWorld program.
>
> // Title : FreeCASE reference app
> // Author : Danny Werner
> // Date : 3, Februari, 1999
> // Version : 0.0.0-2
> namespace HelloWorld
> {
> class sc
> {
> public:
> sc();
> ~sc();
> };
>
> class Hello_World : sc
> {
> public:
> Hello_World();
> ~Hello_World();
> void go();
> };
>
> };
Yes!
It seems the reference app needs some tries more before it leads
to runnable code here. But this gets out of my league but I _do_
recognise things are getting in the right direction. Someone
C++ versed please help with C++ specific reference app try 3.
I can't code, I'm _not_ kidding.
TIA,
Danny
P.S.,
Lindsay, any idea when you have some publishable code?
I'm impressed, but you knew that allready :-)