DEV Community

Discussion on: Advice please: VR training/learning (C++ || C#)

Collapse
 
absinthetized profile image
Matteo Nunziati

C++ is the election language in the embedded world and in some niche high perf scenarios.
C# is used for everything else but currently on windows only.

They are 2 different worlds both with plenty of job opportunities.

Also mind that you can easily bind c++ with c# (via an export "C" interface)

Collapse
 
kauresss profile image
Kauress

Thanks!