Liste des Groupes | Revenir à cl c |
Consider this code:Comment out the macro of the conditions that are not needed:
if (cond1) {
...
} else if (cond2) {
...
} else if (cond3) {
...
}
I want to activate every single if with a macro preprocessor. All the combinations are possible: only the first, only the second, only the third, the first and second... and so on.
What's the best method to have a clean code that is always compiled without errors?
Les messages affichés proviennent d'usenet.