- #1
Pete5876
- 7
- 0
Hi.
I wrote a little algorithm that calculates some physics equations for education purposes and it's in C++. I'd like to make it avaiable by creating a website and put that code in it so it either interprets the C++ code or preferrably works with an executable (but then how would it be cross-platform?).
I would consider a rewrite into something like Javascript but I don't know this language and the code is a little long. I want this algorithm for my own use (hence C++) but I think a website is a convenient place for others to use it too who might find it useful. I wouldn't want it to be obvious it's C++ because some people don't like to code hence the website.
Is C++ at all suitable for this?
I would like it to be free since it's just exercise, I've got no experience with web development and until now never thought I'd have use for it. If not free then cheap.
I wrote a little algorithm that calculates some physics equations for education purposes and it's in C++. I'd like to make it avaiable by creating a website and put that code in it so it either interprets the C++ code or preferrably works with an executable (but then how would it be cross-platform?).
I would consider a rewrite into something like Javascript but I don't know this language and the code is a little long. I want this algorithm for my own use (hence C++) but I think a website is a convenient place for others to use it too who might find it useful. I wouldn't want it to be obvious it's C++ because some people don't like to code hence the website.
Is C++ at all suitable for this?
I would like it to be free since it's just exercise, I've got no experience with web development and until now never thought I'd have use for it. If not free then cheap.