Miss.Saturn
Miss.Saturn

Reputation: 165

How do I run my C++ code in Heroku?

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

Answers (1)

Denis Cornehl
Denis Cornehl

Reputation: 4182

Heroku can run anything.

For C++ there are two ways:

Upvotes: 2

Related Questions