Upated 12/22/2020 @ 6:24 PMAdded
preproc, a header file that gives QB64 access to C++ preprocessor macros for getting things like when the executable had been compiled (
__COMPILE_DATE,
__COMPILE_TIME), which file was compiled (
__SRC_FILE,
__BASE_FILE), static counters (
__STATIC_COUNT), when the source file had last been edited (
__SRC_LAST_EDIT), the C++ names of variables and functions (
__VARIABLE_NAME,
__FUNCTION_NAME,
__FUNCTION_NAME_FULL), etc.