C++ Alphabetical Insertion Sort
问题 We are doing a project involving storing and comparing various cities. We have become stuck after adding a new city into the database, it goes to the bottom of the list - we want it to go into the database, sorted alphabetically. As only one value can be added at a time, all the other entries will already be alphabetical. Below is the relevant code to this. The problem area is the // Insertion Sort when adding // out bit. The error codes are: [BCC32 Error] File1.cpp(250): E2294 Structure