Int Array Being Changed In FunctionOK, thanks for the help guys. Got it to work correctly.
Int Array Being Changed In FunctionThese two arrays [code] /* One Hour Set */ int one_set_begin[] = {4, 7, 10, 13, 16, 19, 20, 22...
Memory Error???It's because I got a little tired of C++ and moved more of my code to C style. It's easier for me t...
Memory Error???Thanks Helios, I changed my code to this, and it works. [code] /* sqlite_test.cpp */ /* Test P...
Memory Error???This is what I have in main. [code] int main() { int eight_set_begin[] = {7, 8, 1, 2, 4, 4,...