BList

A linked list class for strings.

This section, including the code, was contributed by Adam King .
Environment: C++

 

Download now: BLIST.ZIP (4.2 k)

This class implements a basic linked list. Each item in the list contains a text string, and the list items can be sorted A-Z or Z-A.

In addition to functions to access the list and the data contained within it, the class also includes functions to:

 

  • Duplicate checking (on or off)
  • Case-sensitive (on or off)
  • Sort the list (A-Z, or Z-A)
  • Fill a listbox
  • Fill a combobox
  • Fill a menu
  • Choose a random string / item from the list

 

Download now: BLIST.ZIP (4.2 k)

 

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.