Community
Participate
Working Groups
I have the following system: -windows 7 64 -cygwin -MinGW -eclipse CDT I have read most of the documentation of eclipse. I have written my first small program to test eclipse. It's a simple bubble sort algorithm which "should" work with no problems on any basic IDE. It prompts for entering the numbers, prints them unsorted, then printed the sorted array. very simple. I have tried both the cygwin version of the GNU compilers and the MinGW version, which otherwise work with other C/C++ IDEs such as code::blocks. The result with both compilers on eclipse is the same: eclipse console, for unknown reason, keeps all the printf statements to the end, that is : it does not prompt me to enter the numbers, but if I still do so, then it will output all the printf statements at once, that is it will output the input prompts and the computation result at once. However, if I run the executable outside of eclipse, it does it job with no bugs, since gcc did its job correctly. So the problem is with eclipse console. Why doesn't eclipse use the default OS console as all other IDEs do? my email is : noomenov@ymail.com -- Configuration Details -- Product: Eclipse 1.3.1.20100913-1228 (org.eclipse.epp.package.cpp.product) Installed Features: org.eclipse.platform 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L
Created attachment 185815 [details] the problem
Sorry, this one's old. I just noticed it. Reassigning to CDT.
Marking as duplicate. *** This bug has been marked as a duplicate of bug 173732 ***