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??
by Zachary Giles -
Number of replies: 1
In reply to Zachary Giles
Re: Can we use libraries not covered yet in class for assignments??
by Ramses van Zon -
For the most part, try to stick to what was covered, but std::vectors are fine here.