On Mon, Feb 07, 2005 at 05:20:18PM +0100, Attila Kinali wrote:
> Use g++ to compile the c code too.
> Cleanly written C99 code should compile with a c++ compiler too.
That's not true, C is *not* a subset of C++
just an example from the top of my mind:
struct foo {int bar;} foo;
foo.bar;
The only "correct" solution is to explicitly make the C code in the
project, C++ code. Change the filenames, fix any problems, and treat
them as C++ when writing new code (see my patch in the same thread).
--
John Tsiombikas (Nuclear / the Lab)
[EMAIL PROTECTED]
http://thelab.demoscene.gr/nuclear/
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)