vote up 1 vote down star

Will C++ still be the game language in 5-6 years?

flag
1  
Should be a wiki, IMO. – James Black Oct 29 at 5:05
12  
Although it is a useful talent, most developers don't have the ability to predict the future. – Brian Gianforcaro Oct 29 at 5:05
2  
If you tell me the share price of the top five stocks in the S&P500 five years from now, I'll tell you what language we'll be using for games. Voting to close as S&A :-) – paxdiablo Oct 29 at 5:06
9  
must be migrated to prophetoverflow.com, – Xinus Oct 29 at 5:09
2  
@Brian: I can predict the future and the answer is "YES". The reason is we have millions of lines in working game engines in C++ and there is no other language that is cross-platform (consoles & PC's) that can replace it. Game Programming engines will continue to be C++ for at least 10-12 more years (2 console cycles) as throwing away entire functional game engines and tool pipelines is too expensive for most companies. – Adisak Oct 30 at 3:22

closed as subjective and argumentative by paxdiablo, Dav, Michael Todd, James Black, OMG Ponies Oct 29 at 5:12

4 Answers

vote up 1 vote down check

It depends on the types of games. For example, as Javascript gets faster, and we get Canvas3D then you may see more games written in this language, so it will run on any OS.

If functional programming is a better way to model your simulation then you may use that, instead.

But, this assumes that the tools will support these other languages. If Maya, for example, doesn't support Javascript, and I need to create the models and textures by hand, then that would obviously be bad.

So, the answer is, whichever language is best, that is supported by the tools.

link|flag
vote up 0 vote down

Of cource..... not much options for c++, May be python but still it can't match c++ performance

link|flag
vote up 2 vote down

I would say Yes for areas of games requiring the most performance.

Even if it isn't there will be a lot of existing code and libraries written in C++ that you will need to understand.

link|flag
vote up 0 vote down

If you categorise your game platform, 1. PC games: c++ with directX is good You can explore also surface computing for future locking as for gaming multitouch platforms are nice interfaces. 2. Web games: flash is good

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.