Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Console Window Problem - CDT [ C,C++ Plugin]

https://bugs.eclipse.org/bugs/show_bug.cgi?id=27663

CC yourself, vote for it or help fix it.

  //Johan

Jeba Anandhan A wrote / skrev:
hi,
i have written one  c program

int main(){
int a;
printf("enter no \n");
scanf("%d",&a);
printf("a=%d",a);
return 0;
}

The expected output is
enter no
somevalue
a=somevalue
but the resultant output in console window is
somevalue
enter no
a=somevalue


whatz wrong with Console window.how to rectify it?



	
		
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top