dkiselev
0
Q:

what is sigsegv error in c++

A SIGSEGV is an error(signal) caused by an invalid memory
reference or a segmentation fault.
You are probably trying to access an array element out of bounds or 
trying to use too much memory.
3

New to Communities?

Join the community