Force the compiler to ignore some lines in the program

Short answer: Use macros and #ifdef checking. For example: #ifdef MY_CONTROL_MACRO … #endif the code within this scope will only be compiled if you already defined the MY_CONTROL_MACRO macro. More stuff: To define such a macro, you can Add #define MY_CONTROL_MACRO to your code. Or, For VS, add MY_CONTROL_MACRO to Project > Properties > C/C++ … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)