I am new to C++, currently I am using GCC 10.2.0-1 from MSYS2 on Windows.
I am compiling & running my little programs from console.
Sometimes happens that I see something like that:
[Finished in 0.5s with exit code 3221225477]
Google told me that this is the code for STATUS_ACCESS_VIOLATION.
How can I determine which line of code caused this?