Are we allowed to use libraries that we haven't covered in class yet on the assignment? In particular, I've been using <vector> since I am familiar with it from other courses, but we haven't really covered it in class. Should we just stick to what's been covered so far?
Can we use libraries not covered yet in class for assignments??
par Zachary Giles,
Nombre de réponses : 1
En réponse à Zachary Giles
Re: Can we use libraries not covered yet in class for assignments??
par Ramses van Zon,
For the most part, try to stick to what was covered, but std::vectors are fine here.