Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Don't Use Boost
C++03
-pedantic

Author

anonymous

almost 4 years ago

$ g++ prog.cc -Wall -Wextra -std=c++98 -pedantic
prog.cc: In function 'int main()':
prog.cc:37:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   37 |             }
      |             ^
prog.cc:38:13: note: here
   38 |             default:
      |             ^~~~~~~
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