cunundrummer / BlackJack

For learning c++
0 stars 0 forks source link

Learn how to use debug preprocessor #21

Closed cunundrummer closed 8 years ago

cunundrummer commented 8 years ago

Learn conditional debugging

cunundrummer commented 8 years ago

Created a debugging header with a boolean constant. Still need to implement it for all "DEBUG: " statements. At this moment, it seems like the best solution even considering there is a lot of repetitive if(DEBUGGING) conditions.

cunundrummer commented 8 years ago

Done. But I still have to learn proper debugging :/