gcc (Ubuntu 5.4.0-6ubuntu1 ~ 16.04.4) 5.4.0 20160609
Here is the error that the compiler gave me:
internal compiler error: Segmentation fault
int delete_struct (ProgramLang * structList, int num)
Please submit a full bug report, with preprocessed source if appropriate.
See <file: ///usr/share/doc/gcc-5/README.Bugs> for instructions.
I first encounter such errors and do not know what to do. Can someone explain what the error is and how to correct such errors?
The compilation command I used:
g++ -Wall -W -std=c++11 -o Kursach_2 main.cpp Database_functions.cpp ioStruct_functions.cpp ioFile_functions.cpp Link to github: https://github.com/JokerSamStrew/Kursach_2term (the code is very raw and curved)