I have an application where you give me math I return answer. I would like to know what is the best way to put this in an internet application if it is all written in c++?
Ok, read up a bit. I was wondering what the graphical limitation on CGI is. Like is it only box based or can I do a more in-depth Graphical way of receiving the text?
Simply put, it allows you to write code in any language and use those applications on websites. Ultimately, the output sent to the user's browser ends up being HTML regardless of what you started with. You can do anything with graphics using CGI that you can do with HTML.