Just have a quick question and would like some feedback as to the potential possibilities. Would it be possible to port an old code base that was written in C into DarkBASIC? Normally I would not ask such a dumb question because of course you can port just about anything, if not everything into DarkBASIC. My question is a bit deeper than that. In the code base it references the C header libraries such as signal.h, stdio.h, sys/time.h, sys/resources.h, etc.
After reading the book I noticed that there are soo many things in DB that are handled for you, but my question is are these also included in DarkBASIC? For instance, could I simply just declare it as it is in C? Such as:
#INCLUDE <stdio.h>
If it's not that easy, how would I go about being able to port the code over if it uses vital C header files that I can't access using DB?
Thanks for any and all information that anyone can provide!