Do hosting providers allow you to execute C++ code on their web-servers? I have a C++ algorithm that is used for converting file types and I want users to be able to upload their files to my website to get put through my algorithm. So far I haven't worked out how to execute C++ code on a webhost though? I can execute scripts and .Net assemblies and that's about all I can find. The algorithm is not platform dependent so it can be compiled to .exe or a.out. It's no big deal for me to rewrite the algorithm in C# or php (if I really have to ) but it would take quite a while so if prefer to keep it in C++.
feedback
|
closed as too localized by SvenW, MDMarra, Iain♦, Ben Pilbrow, Zoredache Nov 19 '11 at 18:47
This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.
| |||||||
feedback
|
|
Some do, some don't. Depends. If in doubt, ask the provider. | |||||||||||||||||||
feedback
|