User profile: honeymel

User info
User name:honeymel
History
Joined:
Number of posts:3
Latest posts:

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++ program
Hi! I'd like to see source code.