hi i have to create a program that deals cards and shuffles them. when i pull a card i wanted to put it into a new array and remove it from the first one. im new so dont be surprised if i make obvious mistakes
this is an example of what im trying to do
using
namespace
{
abc[i] =
abc[i].Clear();
}
STR = str;
can anyone plz tell me what im doing wrong?