C++ compiler that supports multiple inheritance
-
I know Borland turbo IDE had a compiler that supported multiple multiple inheritance in C++. I want to know is there any other compiler that does that or was that it?
-
I know Borland turbo IDE had a compiler that supported multiple multiple inheritance in C++. I want to know is there any other compiler that does that or was that it?
All C++ compilers support multiple inheritance. That includes Visual Studio, g++. This is a language feature that hasn't been deprecated yet. If it is a good idea to use it, that's another question :)
Mircea
-
I know Borland turbo IDE had a compiler that supported multiple multiple inheritance in C++. I want to know is there any other compiler that does that or was that it?
-
All
C++
compliant compilers have to: it is aC++
language feature.GCC
, to name one, supports it."In testa che avete, Signor di Ceprano?" -- Rigoletto
I mean in same way as Turbo C++ did. For C# and all are basically java. They don't do multiple inheritance as effortlessly as Turbo C++ use to.