Skip to content

This C++ program is designed for string manipulation. It provides various string operations, such as sorting, searching for repetitions, and finding strings that start with a specific sequence. The program is based on a custom String class.

Notifications You must be signed in to change notification settings

vovandreevik/String-Manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ String Manipulation

Program Description

This C++ program is designed for string manipulation. It provides various string operations, such as sorting, searching for repetitions, and finding strings that start with a specific sequence. The program is based on a custom String class.

Prerequisites

Before using this program, you need to have:

  • A C++ development environment installed on your computer.
  • Basic knowledge of C++ programming.

Usage

The program allows you to input a set of strings and performs the following operations:

  • Sorting the strings in lexicographical order.
  • Checking for repetitions (duplicate strings).
  • Finding strings that start with a specific sequence.

Input

The program prompts you to enter a set of strings.

You can choose to search for repetitions and strings that start with a specific sequence.

Output

The program displays the sorted list of strings and the results of the repetition and search operations.

About

This C++ program is designed for string manipulation. It provides various string operations, such as sorting, searching for repetitions, and finding strings that start with a specific sequence. The program is based on a custom String class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages