Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Regarding Bug 27663

Hello,

I'm not a committer on CDT but I can definitely tell you that the bug is not resolved but has workarounds. Take a look at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=173732

I really think users should have the option to launch with the Command Prompt popping up. I'd like to try to fix this for CDT 8.0 but I know little about Windows processes. The first step would be to reopen the bug.

It's possible have a command prompt using EDC which is an optional feature not available in the Helios update site.
http://www.eclipse.org/forums/index.php?t=msg&goto=528780

Marc-Andre

On 10-07-03 4:25 AM, Ryan Samuel Dimaunahan wrote:
Good day,

I am Ryan Dimaunahan, a Master of Science in Computer Science student from De La Salle University Manila, and I would just like to inquire if a patch or a fix has been issued for the bug involving the order of printfs and scanfs in the console area of Eclipse. The bug I encountered basically involved the mis-ordering of scanfs and printfs, with the scanfs asking for the input first before the printfs (which were placed prior to the said scanfs) would show up. This creates problems with text based prompts, which could be problematic for those who have not used an IDE before. I am trying to develop a pedagogical tool that determines program errors by performing intention based detection, and as such, the main users for my tool are students with almost zero experience in programming.

I would have to admit that I am not well versed with the inner workings of a C Compiler, and I am just at the beginning phase of my development. I have been reading through various forums and it led me to the Bug 27663 listing, which to my understanding is the main problem behind the bug. The status says it has been resolved and/or fixed, but the CDT version does not seem to match the version that I am using. I am using CDT 7.0 which to my understanding is the latest version of CDT, as well as Eclipse Helios, which to my understanding is also the most recent version of Eclipse.

Thanks in advance. Any help would be greatly appreciated.
_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top