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]

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

Try to printf(); fflush();

bye  Fabi




Back to the top