I have an application written in native C++ which intends intensive computation. In fact I'm interested only in result of computation, i.e. it can be done without GUI or be controlled by some .Net service/application.
Can I run it in Microsoft's Cloud? How can I do it?
C and C++ with Visual StudioDevelop C++ Windows, Linux, Mobile applications and games using Azure cloud services in a powerful, rich development environment using Visual Studio.
You'll also need know an Azure supported language: C#, PHP, Java, Python, or JavaScript.
Most Azure services are accessible via REST API and using C++ REST SDK built for cloud-based client-server communication in native code using a modern async C++ API design makes it easy for C++ developers connect to and interact with Azure services.
The company's heavy use of Java and continuing promotion of the language for Azure computing comes even though the language is similar in many ways to its own flagship programming language: C#.
If you mean stuff like P/Invoke, it is definitely possible!
You have to configure your worker role to enableNativeCodeExecution
though, but that's fair, don't you think? ;)
You can read more here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With