What works for web dev in C++

后端 未结 9 1388
一整个雨季
一整个雨季 2020-12-31 17:24

I want to create a web application that runs with very little RAM and I think C++ can help me achieve that.

Now, many people say C++ is unsuited for web development

9条回答
  •  清酒与你
    2020-12-31 18:00

    ATL Server is a library of C++ classes that allow developers to build internet based applications.

提交回复
热议问题