Search Results

5
votes

What’s the advantage of using C over C++ or is there one?

Portability has been mentioned before but it has not been stressed enough. Something written in C89 (ANSI 1989 Standard) is EXTREMELY PORTABLE, i …
1
vote

What would it take for people to move away from C++?

You are going about this the other way around. People choose problem/application domains they are interested in. The choice of language follows from that decision and is quite trivial. Nobo …