Confused with object arrays in C

0 votes

I originally studied Java, and I'm currently attempting to transition to C++. 

I'm having some trouble getting arrays to function properly.

Right now, all I'm attempting to do is build an array of the object "Player" and add one to it. 

But I encounter a problem.

Player* players = new Player[1];
players[0] = new Player(playerWidth, playerHeight, 20, 1);

The operand "=" matches these operands, the error states. 

These are the operand types: Player = Player *

Why doesn't this work, I don't know.

Aug 25, 2022 in C++ by Nicholas
• 7,760 points

edited Mar 4 19 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP