0
how to create a web app using c++?
recently i made a project called " Library management " using c++ . is there any way that i could run this with html? so that user can access to the Manu option through web. Suppose my project has show book list, edit book , delete book and so on. so how can user do all those stuff from a web ? how can i implement my c++ code on html? my purpose is not to use other object oriented program. i just want to do something which will read my c++ code and will do the same stuff like we do in terminal while running cpp. thanks in advance.
1 Answer