|
-
Apr 17th, 2002, 09:16 AM
#1
Thread Starter
Lively Member
Dev c++ compiler problem
i'm using dev c++ compiler, I was just trying out some c code, just to display text on a screen, the compiler doesn't show this program. This is my code......
/* basic program */
#include <stdio.h>
main()
{
printf ("text to be displayed");
}
any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|