Do you need to learn c or c++ for game programming? I am very good with java. Is it true that most game engines are in c or c++.should i learn c or c++ or start making games in java.Can you suggest some books to start with
|
migrated from stackoverflow.com Oct 7 '11 at 3:54
closed as not a real question by Mark Trapp Oct 7 '11 at 4:20
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Many game engines are, indeed, in C or C++, particularly the first-person-shooter types. This is because that style of game typically needs to squeeze the maximum possible performance out of the graphics hardware. Outside of that requirement, you can pretty much use whatever language you feel like. Puzzle Pirates is 100% pure Java, and Frozen Bubble is written in Perl. So, to answer your question, no you do not need to learn C or C++. It will be helpful if you want to take full advantage of graphics hardware but not all games need that. |
|||||||
|