Jump to content

DaDonik

Members
  • Posts

    376
  • Joined

  • Last visited

Blog Comments posted by DaDonik

  1. Since try/catch can't be done in all languages, there should be an advanced version of the LE2 engine logfile. One that writes all information instantly to the logfile, no matter what errors occurs.

    (Is not the case in LE2)

     

    And what about an error callback. You could predefine a bunch of errorcodes and the user gets an callback method called, when an error occurs. The method gets the errorcode as a parameter and we could react to a "MeshNotFound" error for example. Would only work if those errors don't kill the engine, though. But it could work in all languages i think.

     

    Like most people here i have no problem with -> at all.

  2. When you want to save yourself some headaches, you should start learning the language that will be taught at that academy. I'm sure it will be one of the following: C/C++, Ada or Java

    In case you are serious about game programming, there is no way around C/C++. At least that is

    what my professor said :D

    My advice is:

    Start with C and a classical little black DOS window. That way you can learn procedural programming

    at the lowest possible level. After that you start using C++ and learn OOP. It's not that hard, but you'll need patience (and a profound understanding of procedural programming );)

×
×
  • Create New...