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 ...READ MORE
Aug 25, 2022
in C++
by
Nicholas
• 7,760 points
edited
Mar 4, 2025
•
318 views