+ 2
can anyone tell me why title is attached to author name in this code?
2 Answers
+ 5
The string you try to copy to the struct member "title" was too large to fit in, set title member size to a bigger number so it can fit in, and it will work.
+ 2
thnks