mercredi 27 janvier 2016

Strange Behavior Of Switch in C++

I have my code structured s follows:

  1. enums defining various switch options

  2. switch(k) I choose k based on input.

    code {....}

I put cout in switch cases, nothing gets printed.

Aucun commentaire:

Enregistrer un commentaire