|
From: Ed B. <be...@mi...> - 2013-12-10 11:56:42
|
"H. Peter Anvin" wrote: > >You realize that MSVC still doesn't support most C99 feature, right? Scary but true. Another project that I'm involved with (Wireshark) has converted the entire codebase to be compilable with the C++ compiler. Microsoft's C++ compiler is much more actively developed. Note that this did NOT involve rewriting everything to use objects and classes, but simply to convert the code so that it was legal C++ as well as legal C. My understanding is that the gcc project did this too, and for similar reasons. Ed |