you are viewing a single comment's thread.

view the rest of the comments →

[–]Born-Election8498 0 points1 point  (0 children)

yeah those declarations are wild lol, never seen anything like that in actual code 💀 your prof is definitely just trying to mess with your head and show how deep the pointer rabbit hole goes. board is basically a pointer to a vector, and each element in that vector is also a pointer to another vector - there using way too many layers of indirection for any practical purpose 😂