- 1
C++ Web Framework
Why is C++ is so behind in Web Framework ?
3 Respostas
+ 2
C++ is complex when it is used as a web application in any way and pieces of it are used in big websites sometimes, so it might not be of focus when it comes to web packages. C++ will be good at executable applications though, it is mostly designed for those type of programs and not web. It might be up to the community to be "up to date" however. There is a reason why different languages exist.
0
Thanks for ur answer Jarod