Record Detail

Compile Error

/in/call.cpp:11:14: error: variable length arrays are a C99 feature [-Werror,-Wvla-extension]
int call_time[*num1];
             ^
/in/call.cpp:12:14: error: variable length arrays are a C99 feature [-Werror,-Wvla-extension]
string caller[*num1];
             ^
/in/call.cpp:13:18: error: variable length arrays are a C99 feature [-Werror,-Wvla-extension]
string membership[*num1];
                 ^
/in/call.cpp:14:18: error: variable length arrays are a C99 feature [-Werror,-Wvla-extension]
int call_duration[*num1];
                 ^
4 errors generated.
/in/Compile/Makefile:39: recipe for target 'buildCall' failed
make: *** [buildCall] Error 1

Information

Submit By
Type
Submission
Homework
Project Five: List, Stack, and Queue
Language
C++
Submit At
2020-12-14 22:03:31
Judged At
2020-12-14 22:03:31
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes