Suppose you created a video project that has two data struct
Suppose you created a video project that has two data structures—an array of strings and a ListView control. You used the Sort() method of the array class to put the film names in ascending order. Then the program populated lstNames with the ordered strings from the array.
In this assignment, you will:
Populate the list using a different technique. Within the Form1_Load event, comment out the Sort() method.
Change the Sorting property of lstNames to Ascending.
Change the Sorting property of lstNames to Descending to display the names in lstNames sorted automatically.
Save the program as Elementary.cpp
Film Inventory Search Program Film Inventory Search Enter a film name Search log List of names Citizen Kane ET. Finding Nemo Gone with the Wind t\'s a Wonderful Ufe Jaws durassic Park King Kong Lawrence of Arabia Lord of the Rings Psycho Schinder\'s Ust Star Wars Terminator II The Godfather The Graduate Vertigo Wizard of Oz Sequential Search Binary SearchSolution
First you need to get to your original program and then comment out the sort() method for the first part. And for second and third part, use greater and less than sign carefully, you will get the answer.
Reply, if you need any help regarding it.
