Hey guys out of personal interest I was wondering if you could me how flexible C++ is? I've heard it can technically do everything but other languages are more efficient at certain things such as web stuff. True? Is it really hard to write up a website in C++?
P.S. When I say website I mean any type of website.
Primarily large infrastructure projects. Yeah, you are right - no pure websites in that list (though web infrastructure backbones figure prominently - Amazon, Facebook, Google ...)
Science man is making a comparison between C++ and other languages, and as no language can solve the halting problem, it seems something of a non-answer to respond with information about it.
C and C++ were designed as general purpose languages that were applicable to low-level, compiled, systems programming and general native-code applications programming.
There do exist a couple of C/C++ interpreters that are very useful.