I\'m creating a basic C program that uses the mysql api. I\'m on windows, using mingw as my compiler and eclipse cdt as my IDE. I have added the include path to the mysql include files and the lib pat
While trying out some memory tracking and preparation for my own memory manager, I tried to override the new operator. The article on flipcode was my main guideline in this process ( http://www.flipco
I\'ve got a massive application (several million LOC, and tens of thousands of files), and I\'m trying to use the debug crt to detect memory leaks. I\'m trying to macro-ize new like so:
I need to simply encode a string variable (my api key) so that is not easily readable by human eyes, I need it to easily decode back to exactly the same initial string. Wha开发者_高级运维t is the stan