I am starting an online program learning C programming. The instructor says he recommends CodeBlcoks to write C programs. I have heard of codeblocks before but never got it to work on my laptop. I am trying again on my desktop. i followed all of the instructions completely, exactly the same as the instructor in the video, and yet I get this error message when trying to start a new project (this is merely to test code blocks):
Create new project→Console Application→C→called it Dummy→my compiler is GNU GCC Compiler (I've also tried CYGWIN)→Finish
wxWidgets Debug Alert
A debugging check in this application has failed.
../../src/common/file.cpp(361): assert""(pBuf != _null) && IsOpened()""failed in Write().
If I hit Stop, the program freezes for a moment, then closes by itself.
What does this mean and how to I fix it?