Skip to content

touunix/Replacement-of-Words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENG Replacement-of-words C++

Description

A program that allows you to replace words in an input file. The user enters the name of the input file, word replacement file and output file. The algorithm converts the text to lowercase to standardize the text and the subsequent operations of searching and replacing words. The algorithm works by reading the searched words that we want to convert into the array and searching for them in the string. The program also recognizes whether there was a capital letter in the word.

Verification results
  • Input file: wejscie.txt

  • Word replacement file: zamiany.txt

  • Output file: wyjscie.txt

Files description
  • wejscie.txt - input file
  • zamiany.txt - word replacement file
  • wyjscie.txt - output file
  • zamianaslow.cpp - the main file with the operation algorithm
  • zamianaslow.exe - executable file

PL Zamiana słów C++

Opis

Program pozwalający na zamianę słów w pliku wejściowym. Użytkownik wprowadza nazwę pliku wejściowego, pliku z zamianami słów oraz pliku wyjściowego. W algorytmie przeprowadzana jest zamiana tekstu na małe litery w celu ujednolicenia tekstu oraz kolejne operacje wyszukania i zamiany słów. Działanie algorytmu polega na wczytaniu wyszukiwanych słów, które chcemy zamienić do tablicy i wyszukaniu ich w ciągu znaków. Program rozpoznaje również czy w danym słowie była wielka litera.

Wyniki weryfikacji
  • Plik wejsciowy: wejscie.txt

  • Plik z zamianami słów: zamiany.txt

  • Plik wyjsciowy: wyjscie.txt

Opis plików
  • wejscie.txt - plik wejsciowy
  • zamiany.txt - plik z zamianami słów
  • wyjscie.txt - plik wyjściowy/wynikowy
  • zamianaslow.cpp - główny plik z algorytmem działania
  • zamianaslow.exe - plik wykonywalny

About

Replacement of Words C++ | Zamiana słów C++

Topics

Resources

Stars

Watchers

Forks

Languages