Reputation: 165
I have a c++ application that I would like to run online. I was considering using Heroku. How would I go about doing this? Is there an alternative service I should consider isntead?
Upvotes: 5
Views: 2164
Reputation: 4182
Heroku can run anything.
For C++ there are two ways:
Upvotes: 2