Quote:

Does your code get over complicated ? I have never used a combination of C++ and scripting language till now



C-Script is not a comnination of c++ and a script. It is just a script language, having a very similiar syntax to c, and therefore even to c++. The big big difference is, that C++ is object oriented. C-Script isn't. That means you won't ever have things like encapsulation or inheritence. Of course this makes programming a little more complicated. Wit oop you can have a cleaner design and write more secure code.

Though it does not influence flexibility. You can do almost everything with c-script, but in my opinion you need some experience in order to write clear, stable and complex scripts.


Always learn from history, to be sure you make the same mistakes again...