Tagged Questions
1
vote
3answers
979 views
Divide a string into smaller parts & organize a structure (C-programming)
I am still learning C and I'm having some trouble figuring out how to handle this. Well, I have two structs:
struct myStruct {
...
struct myString *text[5];
...
} allStructs;
struct ...