/* Well, I ditched C++ and decided to do the much simpler C instead.
Problem is, the C beginners program shown here:*/
#include <stdio.h>
int main()
{
printf("Goodbye, cruel world!\n");
return(0);
}
/* just flashes by and doesn't show the actual text.
Could someone help me?
PS, don't I just love little jokes?*/