Re: Source Code Idea
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 23, 2002
- 359 views
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