|
Bugzilla – Full Text Bug Listing |
| Summary: | Omitted main () in tutorial code sample | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | aram <arsadogi> |
| Component: | documentation | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | trivial | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
aram
2013-01-24 12:54:22 UTC
I don't think that this needs to be addressed; the omission of main() was intentional since it is common to every C++ program. Because the code sample was closing with return 0; } I thought it would be a good idea to begin with the main, in case someone wants to only copy paste the code and test it. In any case it is a trivial thing. I apologize for the noise. |