Can anyone tell me what does this means? And also, how could I solve this?
@electrokid
problems with pointers. was that a windows API GUI program?
what does API GUI Program means?
It means that your program tried to access a portion of active memory that it was not allowed to. As for the API GUI comment, it stands for Application Program Interface Graphical User Interface. He was asking if you were using a windows programming environment when you came across that error.
yes. were you creating a windows form application when you got the error or was the program a command-line based program?
yes
yes for what?
yes for the program command-line based program
then it should be a problem with the pointers in the code. the pointers are pointing to inaccessible memory.
Join our real-time social learning platform and learn together with your friends!