Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 4.9.0

Options
Warnings
Boost 1.64.0
C++14
no pedantic

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-4.9.0/include -std=c++14
prog.cc: In function 'std::string histogram_draw(int)':
prog.cc:53:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 1; i <= histogram.size(); ++i)
                       ^
2
#
#
#
--13
#
#
#
#
--21
#
#
--32
#
#
#
--42
#
#
#
--5--6
Exit Code:
0