Guest_imported
New member
- Jan 1, 1970
- 0
I need to make a pointer to an array "players[1000]" of type "PlayerInf", which is a class that I made ("players" was definde by "PlayerInf players[1000]". Also, will this stop the stack-overflow error that I get when I change the size of the array to 1060+? If not, how can I fix that problem?