Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesn FlatRedBall use C++?

FlatRedBall
0
Posted

Why doesn FlatRedBall use C++?

0

Most commercial games are developed using the C++ programming language. This language has essentially become a standard for game development. Many game programmers insist that it is the best language to use for performance reasons. C#, as opposed to traditional C++, is a managed language. This means that you don’t have to worry about common memory management. This not only simplifies coding, but helps eliminate memory-related bugs, crashes, and vulnerability to hackers and malicious software. Using .NET libraries, development time is also significantly reduced. In many independent projects, it is not performance that ends up killing projects, but rather lack of time on the developers’ parts. At FlatRedBall, we recognize that reducing development time is the best way to improve the success rate of independent game projects. Therefore, we have made every effort to make the engine as easy to use as possible. This includes choosing the C# programming language over C++.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123