@Ha99 wrote:
Hello! I need help on changing array to vector.
I currently have this code:static const int PARTICLE_NUM = 1000;
MyParticle myParticles[PARTICLE_NUM];How could I change this to vector?
Posts: 3
Participants: 2
@Ha99 wrote:
Hello! I need help on changing array to vector.
I currently have this code:static const int PARTICLE_NUM = 1000;
MyParticle myParticles[PARTICLE_NUM];How could I change this to vector?
Posts: 3
Participants: 2