Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Don't Use Boost
C++03
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++98 -pedantic
Enter: 1:count words and sentences
2:count m-letters words in text
3:count a word in sentence
4:remove a word
word_sentence_counter
1:count words and sentences
2:count m-letters words in text
3:count a word in sentence
4:remove a word
enter m: m_letters_counter
0
Exit Code:
0