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 - 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
Summary: Building a c++ program and no output is displayed in the output window. It co...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-06 18:25 UTC by BabyChooChoo
Modified: 2011-09-07 19:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
....