D dreaka Lurker Member Joined 7y ago Threads 1 Posts 1 Jun 9, 2018 #1 Most people use C++, but I wonder which other ones have the neccesary tools to make something that runs fast enough.
Most people use C++, but I wonder which other ones have the neccesary tools to make something that runs fast enough.
E esp Lurker Member Joined 7y ago Threads 1 Posts 2 Jul 22, 2018 #5 Mostly, people recommend C/C++ for emulators, but I think modern languages like Golang (Go) is more efficient, when it comes to emulators. Parallel programming is easier, more reliable in Golang than in others.
Mostly, people recommend C/C++ for emulators, but I think modern languages like Golang (Go) is more efficient, when it comes to emulators. Parallel programming is easier, more reliable in Golang than in others.
sakamoto Lurker Member Joined 8y ago Threads 9 Posts 21 Jul 25, 2018 #6 In school, i've learn about C/C++ and C# and i think C# is the easiest to do it for emulators.
M Melgate Lurker Member Joined 7y ago Threads 2 Posts 3 Jul 26, 2018 #7 C/C++. Im sure C# could work too, but I think it would imply some limitations.