Webastor - Programming Tips and Tricks

Programming language => C++ => Topic started by: Shay on November 17, 2016, 07:04:54 PM

Title: How do I convert a c++ console application to a webapp?
Post by: Shay on November 17, 2016, 07:04:54 PM
Hello everyone, I would like to submit a question concerning the field of health, how do i convert a c++ console application to a webapp? Thank you very much for helping me.
Title: Re: A c++ console application to a webapp
Post by: Romeo on April 30, 2017, 10:31:54 AM
Check CppCMS framework. It makes it easy to implement Web services in C++, handle requests and output responses, also with HTML templates. Simply, server-side embedded C++ scripting capability.