Not logged inOpenClonk Forum
Up Topic Personal Introductions

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Newton
Interesting, you know C and JAva but no C++. Thats a funny combination since C++ is a OOP-enabling superset of C (and Java is pretty much based on OOP).

The engine code is (IMO) pretty much what I call "C+": a lot of stuff in there is very old (the engine is huge after all) and in most places, "clean" OOP patterns that you might know from Java have not really been followed. The STL for example (standard C++ library which enables something like ArrayLists, LinkedLists, Queues, Maps, Sets etc.) is only used in some places of the engine, in most, (still) self-made implementations of vectors/lists are used. So perhaps you might even find your way through the engine quite quick (in contrast to me ;-) ).

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill