Yoo, I'm new to the site so please forgive me if I'm a little unspecific (Although I will try to be as specific as I can).
A little intro... Recently I've been really hitting the programming, I'm trying make a BlackJack game so that I can develop my knowledge and build upon the knowledge I already have from books. I've attempted to plan the program out in Dia so that I have an idea on the programs flow (link at the bottom).
To cut to the chase...I've got a vector called 'suit' which contains 13 'Cards' (Screenshot of my program output available at the bottom). Each card has an enum for its rank and suitType, what I'd really like is the ability to print out its suite type and rank as a string. I have done a little experimentation and reading, but the truth is I'm not sure where to start. I've read something about Maps being useful somewhere. blackjack-diagram program-output