Monday, February 4, 2008

Welcome

I will be moving my MinGW Starter Guide articles to Blogger in the near future.

Watch for them to appear here soon...

3 comments:

Anonymous said...

hi,
I am also using the same ide and same compiler but when i am running c program i noticed that printf statement is getting printed at the end.
for eg:
int main()
{
int a;
printf("enter any number");
scanf("%d",&a);
gecth();
}

o/p in console window present in the ide itself
2 \\ if my input is 2
enter any number

where as expected out put is

enter any number 2

plesae help me to solve the problem

Anonymous said...

hi,
I am also using the same ide and same compiler but when i am running c program i noticed that printf statement is getting printed at the end.
for eg:

int main()
{
int a;
printf("enter any number");
scanf("%d",&a);
gecth();
}

o/p in console window present in the ide itself
2 \\ if my input is 2
enter any number

where as expected out put is

enter any number 2

plesae help me to solve the problem


if any ideas to solve this problem please contact me at nayagara2005@gmail.com

Hery said...

wow, it's information good