Hi all, I'm starting to learn the C language and having a hard time finding help for what I'm doing.
My program handle books' informations. I have a struct containing different fields for each information (title, autor, subject, etc).
I need to create a recursive fonction that goes through a file, read every struct and for each autor, changes the name to lowercase except for the first letter, which should be converted to uppercase.
Any help or indication woudl be highly appreciated. Thanks all for your time.
Frank
My program handle books' informations. I have a struct containing different fields for each information (title, autor, subject, etc).
I need to create a recursive fonction that goes through a file, read every struct and for each autor, changes the name to lowercase except for the first letter, which should be converted to uppercase.
Any help or indication woudl be highly appreciated. Thanks all for your time.
Frank