Most tutorials mention assume that the ".cpp" (or ".nxc") files are automatically
#include
by the compiler in your project settings. (Most likely not a technically accurate statement. Whatever. ) Thing is, ".nxc" doesn't have project files. (Or make files, whatever they're called.)Where do I
#include
all the ".cpp"/".nxc" files? Do I #include
some of the header files and all source files? Currently, I put them at the end of the header files ("get_seed.h.nxc" #include
s "get_seed.nxc" at the bottom). -----
This is for my NXC RNG project. Look at the source/"header" files to see what I'm having trouble with...
P.S. Yet another
ArrayInit()
bug in NXC at line 39 of MersenneTwisterDemo.nxc
.