[Freeciv-Dev] (PR#11213) Making client headers compatible with C++
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=11213 >
I really don't like the idea of changing perfectly good C code to match
with C++. This was done in the past for a C++ BeOS client and nothing
ever came of it except broken code. Renaming elements to avoid keywords
is okay, but adding casts to void pointers is just ugly. Can't you use
C bindings for Qt? Or is it possible some of these errors are just
warnings, and can be ignored?
-jason
|
|