User profile: aTotalNoob

User info
User name:aTotalNoob
History
Joined:
Number of posts:3
Latest posts:

Issue with using iterators
@enoizat I know the floes are as I expect them to be because the following code gives me the expecte...

Issue with using iterators
I didn't realise I couldn't modify the vector from the iterator. I want to see which flows are clos...

Issue with using iterators
I have the following code: [code] struct Floe { int x{}, y{}, penguinsOnFloe{}, maxJumps{}, cur...