DEV Community

Discussion on: Pitch me on C++

 
codewander profile image
codewander

I just remember that one company that I worked at had an engine that would compute locations for items, and they wanted to share that engine between desktop apps and mobile apps. There was no UI in the engine. So, they ended up implementing it in a subset of c++ to be able to use the same source code for the engine in those disparate locations. I wasn't directly involved.

I was wondering if they would use js today.