Newest questions tagged c++ - Stack Overflow
Is it possible to make a string array using malloc/calloc?
I have this assignment that requires me to make dynamic arrays. The thing is that one of those arrays needs to be an array of structs, and the struct that it needs has strings. Also, I cannot use new or delete, meaning I
View original source