Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc 4.9.1

Options
Warnings
Boost 1.64.0
C++11
-pedantic

Author

anonymous

almost 7 years ago

a.h

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-4.9.1/include -std=c++11 -pedantic
prog.cc: In function 'int main()':
prog.cc:8:23: warning: ISO C++ forbids variable length array 'opt' [-Wvla]
     int opt[rows][cols] = {0};
                       ^
prog.cc:8:23: warning: ISO C++ forbids variable length array 'opt' [-Wvla]
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 
Exit Code:
0