Re: Source Code Idea

new topic     » goto parent     » topic index » view thread      » older message » newer message

David Cuny writes:
> At this point, I don't think that Euphoria will compile under C++. 
> Robert, please correct me if I'm wrong here! But that should change soon.

In the 2.3 beta source code, I upgraded dozens of
C function definitions from pre-ANSI C form to ANSI C/C++ form. 
i.e. I converted old stuff like:
     int foo(x, y)
     int x;
     int y;
     {
          ...
     }

To:
     int foo(int x, int y)
     {
          ...
     }

I think that will help, but I haven't tried compiling with C++.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu