User profile: klxp9

User info
User name:klxp9
History
Joined:
Number of posts:10
Latest posts:

Int Array Being Changed In Function
OK, thanks for the help guys. Got it to work correctly.

Int Array Being Changed In Function
These 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,...