I'm a Physics major at school, and they taught us a bit of C/C++ without really teaching us how to make good code. The question I have is it's common for us to have multiple objects that have similar ...
I have a trivial problem in C++ that I can't solve. I have an array of structs whose type is defined in main. When I pass the array to another function (which has the the struct declared in the ...