Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Printing the last item of a structure twice
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="jameskuyper, post: 3910483"] The lines where you used those things constitute the bulk of your code. You also used these other C++-specific features: <string> <iostream> using namespace std; string struct tag without 'struct' keyword. Nowhere in your code are there more than three consecutive non-blank lines that are free of C++-specific features (except for the line where you use _tmain() and _TCHAR, which are neither C nor C++, but something else entirely). Why would you expect C experts to know details of C++? Some of us do, most don't, and those of us who do aren't necessarily as good at understanding those details as people on comp.lang.c++. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Printing the last item of a structure twice
Top