Start
Get all the names of directors from the library into directorlist
For each director in the directorlist do steps 4 to 7.
Start a new page and print “Movies directed by <director name>.
Set moviecounter to 0.
Take each record from the library and see if director name matches director name in the record.6(a). If director name matches then Display the Title from the record and increment moviecounter by 1.
In the end display “Total movies directed are <moviecounter>
End

I need help writing this correctly in C++> I'm new to programming a little boost would be great. Thanks


Recommended Answers

All 3 Replies

Oh, My bad, well a mod will come along to take care of it I am sure :).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.