cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Code blocks crashes when I try to run
Code blocks crashes when I try to run
Jun 9, 2013 at 12:52pm UTC
Dominic4774
(44)
This has happend before, when I try to run a code it will say "blah.exe has stopped working" and I would have to change the code in some way to make it work. Does anyone know how I can fix this?
Last edited on
Jun 9, 2013 at 1:02pm UTC
Jun 9, 2013 at 1:43pm UTC
AbstractionAnon
(6954)
Fix what? You didn't show any code.
There can be many reasons for your code crashing.
The most common are:
Invalid pointer reference
Reference to an out of bounds array element
Topic archived. No new replies allowed.