# misc. thoughts and maybe tips - libraries: - essentials: bits/stdc++.h, iostream - data structures: vector - (q21)when working with structs, can't return locally created objects from a function, even when using new keyword...?