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 201698

Summary: Building a c++ program and no output is displayed in the output window. It compiles and runs fine, but that's it. cout does not result in any actual output in the ide for some reason
Product: cnd Reporter: BabyChooChoo
Component: -- Other --Assignee: issues@cnd <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description BabyChooChoo 2011-09-06 18:25:22 UTC
Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_25
Runtime = Java HotSpot(TM) Client VM 20.0-b11
Comment 1 Alexander Simon 2011-09-07 19:42:25 UTC
Please describe you problem.
I do not understand the issue:
- issue is: building a c++ program and no output is displayed in the output window?
- issue is: cout does not result in any actual output in the ide for some reason?
Provide steps to reproduce bug.
For example:
- create Welcome sample
- build it by cygwin tool collection
- start it
....