Challenge: Arrays of Structs
Tâche
Swipe to start coding
Write a function that takes a vector of Book structs and returns the title of the longest book in the collection.
- Iterate through the vector of Book structs.
- For each Book, compare its pages field to track the book with the highest page count.
- Return the title of the book with the most pages.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 4
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Suggested prompts:
Can you explain this in simpler terms?
What are the main takeaways from this?
Can you give me an example?
Awesome!
Completion rate improved to 8.33
Challenge: Arrays of Structs
Glissez pour afficher le menu
Tâche
Swipe to start coding
Write a function that takes a vector of Book structs and returns the title of the longest book in the collection.
- Iterate through the vector of Book structs.
- For each Book, compare its pages field to track the book with the highest page count.
- Return the title of the book with the most pages.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 4
single