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 269913 - C++ Output Overload Generator
Summary: C++ Output Overload Generator
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2017-02-23 21:54 UTC by amozu16
Modified: 2017-02-25 13:41 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description amozu16 2017-02-23 21:54:49 UTC
For a new C++ class with variables, create an equivalent to Java's toString() generator that generates an output/ostream overload that returns the variables with their names, for debugging purposes