Hi, everyone. I'm having a problem on my computer, a problem that hadn't happened since I started compiling programs in C, at least from what I remember. I use Windows XP and the Open Watcom compiler, and some of my programs aren't doing anything when executed - for example, one of them, shown below, doesn't actually print anything:
This program compiles successfully, with no error nor warnings - however, when executed, nothing happens.Code:/* New1.c */ #include <stdio.h> int main(void) { printf("ABC\n"); return 0; }
Does anybody know what could be happening? Some hours ago I wrote and executed a program which used pointers to FILE - is it possible that it may be related to the problem? I even uninstalled and reinstalled the compiler, but the problem is still present.
Thanks in advance!



1Likes
LinkBack URL
About LinkBacks



