Biology in the Computational World
vector v; int size = 100; v.reserve(size); // No v.reserve(sizeof(double) * size); // Yes
No comments:
Post a Comment