Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Array to vector help

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles