When i cout << it give an address :/Operators[b] new[/b] and [b]new[][/b] In order to request dynamic memory we use the operator new. ne...
When i cout << it give an address :/new PlayingCard*[total_cards]; i know new PlayingCard[total_cards]; int * p1 = new int[5];
Need help upgrading an old c++ programHi! I'd like to see source code.