Anonymous
6/14/2025, 7:24:48 PM
No.105593191
>>105592403
Seems like a good fit for soa rather than an array of structs.
typedef struct {
std::vector<std::string> Name;
std::vector<std::string> Class;
} Students;
Seems like a good fit for soa rather than an array of structs.
typedef struct {
std::vector<std::string> Name;
std::vector<std::string> Class;
} Students;