Dynamic Bidimensional Arrays Memory Allocation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

5th Jun 2017, 4:00 AM
Andrés04_ve
Andrés04_ve - avatar
2 Answers
+ 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.
5th Jun 2017, 5:53 AM
Karl T.
Karl T. - avatar
0
now I get the error when I print the values, but I think I have a wrong declaration
5th Jun 2017, 12:56 PM
Andrés04_ve
Andrés04_ve - avatar