Not to be critical and notwithstanding your claim of not being a
noob, your snippet will not compile.
#include <stdio.h>
int main()
{
printf("Cannot stop: Bad mood error.");
return(0);
}
As I read in another post, attention to detail is critical in programming (no matter how you spell it!)
