This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 82685

Summary: Quote sample project hangs
Product: cnd Reporter: julieg <julieg>
Component: -- Other --Assignee: issues@cnd <issues>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description julieg 2006-08-15 02:34:40 UTC
If hit the "enter" key on any of the user's prompt, eg, customer name, 
cpu info, etc, the sample project hangs.
Comment 1 Vladimir Kvashin 2006-11-14 14:54:09 UTC
It actually doesn't hang. It spends time in the following line:

cin>> customerName;

I you press any nonspace character after you pressed enter, end press enter
again, the program works ok. 

So I consider this isn't a bug.
Comment 2 Andrew Krasny 2006-11-14 21:12:52 UTC
Agree