0
Dynamic Bidimensional Arrays Memory Allocation
I have an error that closes my program in runing time, I was debugging and I got "Memory Acces Violation - Segmentation Failure" Code: github.com/VoltzEx/Proxima there are a Source file and a Header file. I'm working in a new language, I have all ideas but some errors what I don't understand Our project is open for everyone, if you are interested you can join to VoltzEx organization We need some C++, Rust and SQL good programmers, but if you code in other languages you could help too. Thanks
2 Antworten
+ 4
Have you stepped through the code in the debugger? Do you know which line causes it? This error indicates that you're trying to access memory that has not been allocated.
0
now I get the error when I print the values, but I think I have a wrong declaration