Problem with eclipse and a simple c program
- From: lionelgreenstreet@xxxxxxxxx
- Date: Wed, 12 Dec 2007 01:43:21 -0800 (PST)
I have some problems when this simple program run with eclipse:
#include <stdio.h>
#include <stdlib.h>
int main()
{
int number;
printf("Enter a number\n");
scanf("%d", &number);
printf("You entered %d", number);
return 0;
}
In run mode on consolle nothing appear, "enter a number" appears only
after the inserction of a number and not before. Why?
Thanks
.
- Follow-Ups:
- Re: Problem with eclipse and a simple c program
- From: pete
- Re: Problem with eclipse and a simple c program
- From: Eric Sosman
- Re: Problem with eclipse and a simple c program
- From: jacob navia
- Re: Problem with eclipse and a simple c program
- Prev by Date: Re: String parsing
- Next by Date: Re: As a programmer of both languages...
- Previous by thread: www.nikepopularshoes.com cheap wholesale Shox,Du,US,UK,ipod,nike shox,psp
- Next by thread: Re: Problem with eclipse and a simple c program
- Index(es):
Relevant Pages
|