Click here to Skip to main content
15,902,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pass complex data type from CMyapp to CMyDoc (std MFC stuf) Pin
Ravi Bhavnani27-Aug-03 13:12
professionalRavi Bhavnani27-Aug-03 13:12 
GeneralRe: pass complex data type from CMyapp to CMyDoc (std MFC stuf) Pin
Antti Keskinen16-Feb-04 3:04
Antti Keskinen16-Feb-04 3:04 
GeneralAssertion error at CDialog dereived class constructor Pin
Vassilis Papoulidis27-Aug-03 12:47
Vassilis Papoulidis27-Aug-03 12:47 
GeneralRe: Assertion error at CDialog dereived class constructor Pin
valikac27-Aug-03 12:51
valikac27-Aug-03 12:51 
GeneralRe: Assertion error at CDialog dereived class constructor Pin
Dave Bryant27-Aug-03 12:57
Dave Bryant27-Aug-03 12:57 
Generalkeybd_event question Pin
halblonious27-Aug-03 11:53
halblonious27-Aug-03 11:53 
QuestionWhat is a game engine?? Pin
Snyp27-Aug-03 10:09
Snyp27-Aug-03 10:09 
AnswerRe: What is a game engine?? Pin
Jim Crafton27-Aug-03 10:21
Jim Crafton27-Aug-03 10:21 
Well google is your friend, but I'll have a go anways Smile | :)

A game engine is typically a library of code that is dedicated to handling the low level graphics functionality, and then packaging this up with nice easy to use high level function calls. They typically are 3D oriented, and allow for building a full scenegraph, managing the graph, rendering the shapes, adding textures, animating the shapes, and possibly add extra things like collision detections, a set of physics rules for objects, etc. Some engines may even include rudimentary AI that can be assigned to characters.
Basically the game engine takes care of the graphics basics so you can concentrate more on the specifics of your game rather than worrying how to display a 3D toroid.






¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!
AnswerRe: What is a game engine?? Pin
Maximilien27-Aug-03 10:26
Maximilien27-Aug-03 10:26 
GeneralASSERT failure Pin
mr200327-Aug-03 9:13
mr200327-Aug-03 9:13 
GeneralRe: ASSERT failure Pin
David Crow27-Aug-03 9:53
David Crow27-Aug-03 9:53 
GeneralRe: ASSERT failure Pin
mr200327-Aug-03 10:11
mr200327-Aug-03 10:11 
GeneralRe: ASSERT failure Pin
David Crow27-Aug-03 10:19
David Crow27-Aug-03 10:19 
GeneralRe: ASSERT failure Pin
mr200327-Aug-03 16:17
mr200327-Aug-03 16:17 
GeneralRe: ASSERT failure Pin
David Crow28-Aug-03 2:11
David Crow28-Aug-03 2:11 
GeneralRe: ASSERT failure Pin
Alvaro Mendez27-Aug-03 10:00
Alvaro Mendez27-Aug-03 10:00 
GeneralRe: ASSERT failure Pin
WebmastaX27-Aug-03 11:29
WebmastaX27-Aug-03 11:29 
GeneralRe: ASSERT failure Pin
vcplusplus27-Aug-03 12:27
vcplusplus27-Aug-03 12:27 
GeneralActive Reports VC++ Implementation Guide Pin
Miguel Lopes27-Aug-03 8:57
Miguel Lopes27-Aug-03 8:57 
GeneralInsert -- OVR Pin
halblonious27-Aug-03 6:58
halblonious27-Aug-03 6:58 
GeneralRe: Insert -- OVR Pin
David Crow27-Aug-03 7:05
David Crow27-Aug-03 7:05 
GeneralRe: Insert -- OVR Pin
halblonious27-Aug-03 9:48
halblonious27-Aug-03 9:48 
Generalexporting dll functions to Excel. Pin
sepia27-Aug-03 6:13
sepia27-Aug-03 6:13 
GeneralRe: exporting dll functions to Excel. Pin
David Crow27-Aug-03 7:06
David Crow27-Aug-03 7:06 
GeneralINI file Pin
act_x27-Aug-03 5:51
act_x27-Aug-03 5:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.