Tagged Questions
-3
votes
1answer
252 views
Why it is C++? [duplicate]
Possible Duplicate:
Why has the industry switched from C to C++?
Since many organizations have demonstarated Object orientation in C and we all know its ABI compatibility that C++ lacks, ...
1
vote
2answers
161 views
Making an interface for input in C - How?
I have a big question. I started to develop a simple 3D engine (or should I call it framework?). I use OpenGL for rendering and it is developed for Windows. It is all written in C.
But I don't know, ...
4
votes
4answers
2k views
Why has the industry switched from C to C++?
First of all i would like to have a real answer, i'm always trying to get more from various sources and articles, and when I read things like C++ is slow because it has virtual functions and because ...
8
votes
4answers
12k views
Writing Game Engine from scratch with OpenGL
I want to start writing my game engine from scratch for learning purpose, what is the prerequisites and how to do that, what programming languages and things you recommend me? Also if you have good ...
31
votes
12answers
7k views
Is it reasonable to write a game engine in C?
Even though C++ appears to be king, from what I've been told C is still widely used in games, especially on the consoles. However, would writing an entire game engine in C be unreasonable today? What ...