C++ Programming Code Examples C++ > Strings Code Examples check the entered character is capital letter, small letter, digit or a special character C++ Program to Check Whether a character is Vowel or Consonant. You can concatenate two string objects in C++ using + operator. C++ program to concatenate two strings Program to Copy One String into Another String Program to Copy Strings in C++ programming language program to count spaces in a string C++ Program to Decode a Message Encoded Using Playfair Cipher Program to Encode a Message Using Playfair Cipher C++ Program to Find Length of Longest Common Substring Program to Find the Frequency of Characters in a String Program to Find the Length of a String Find the Longest Increasing Subsequence of a Given Sequence Find the Number of Vowels, Consonants, Digits and White Spaces in a String Program to Implement Affine Cipher C++ Program to Implement Aho-Corasick Algorithm for String Matching Implement Bitap Algorithm for String Matching Implement Boyer-Moore Algorithm for String Matching C++ Program to Implement Caesar Cypher Program to Implement Kadane's Algorithm Program to Implement Knuth-Morris-Pratt Algorithm (KMP) Program to Implement Levenshtein Distance Computing Algorithm C++ Program to Implement Longest Prefix Matching Program to Implement Rabin-Karp Algorithm Program to Implement String Matching Using Vectors C++ Program to Implement the Hill Cypher Program to Implement the Monoalphabetic Cypher Implement the One Time Pad Algorithm Program to Implement the Program Used in grep/egrep/fgrep Program to Implement the RSA Algorithm Program to Implement the String Search Algorithm for Short Text Sizes Program to Implement the Vigenere Cypher Implement Wagner and Fisher Algorithm for online String Matching C++ Program to Implement Z-Algorithm C++ Program to Perform Cryptography Using Transposition Technique Program to Perform Finite State Automaton based Search C++ Program to Perform Naive String Matching Program to Perform String Matching Using String Library Program to Remove all Characters in a String Except Alphabets Repeatedly Search the Same Text (such as Bible by building a Data Structure) Page 1 Page 2 Page 3