Okay, so I am new to C++ at Uni, We've been set an assignment to make a simple blackjack game. I am fine with my menu and setting everything else up but I'm really struggling to understand how to make a deck of cards and how to randomly generate a card out of the 52. In the brief it states that it has to be structured and not object based, it also states that all strings must be Cstrings and not the C++ String Class string. This is where I am getting really confused and stuck because as I've been looking through the forums for help everyone is using basic strings and I can't find a way to do it without.