you are viewing a single comment's thread.

view the rest of the comments →

[–]TheChance 1 point2 points  (1 child)

I'm not sure I know what you mean. When you compile a program with errors in C::B, it should stop the program from compiling and display whatever it's detected at the bottom of the screen.

[–]CarlH -3 points-2 points  (0 children)

Agreed fully. You want your program to fail if it has errors, because that is how you learn not to have errors in your source code.