You are viewing a single comment's thread.

view the rest of the comments →

0
1

[–] AnthraxAlex 0 points 1 point (+1|-0) ago  (edited ago)

You can call python or c++ from c# using com interop bindings if you have some external library you want to consume from your c# app. I'd recommend learning c# over c++ because it's going to be more widely used except in niche use cases and it will be easier to go from knowing c# to learning c++ when you need too.