cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Error! Assert failed
Error! Assert failed
Sep 27, 2009 at 12:06am UTC
suzanafragoso
(1)
I'm making a C++ game and I'm stuck in an error:
The following text:
"Assert failed at line 74 of src/readbmp.c
This applicationhas requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information."
What happened? I don't understand this error.
Sep 27, 2009 at 1:00am UTC
Chewbob
(95)
http://www.cplusplus.com/reference/clibrary/cassert/assert/
Sep 27, 2009 at 1:47am UTC
firedraco
(6243)
Also, you have compiling a .c file (which is C code), which contradicts your statement that you are using C++. Is this what you meant?
Topic archived. No new replies allowed.