Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~176 People Reached
Favorite Forums
Favorite Tags
c++ x 7
Member Avatar for zebra59

I have this problem that I can't figure out, I can't figure out the line statement that needs to go in. Here's the problem [code=c] struct NodeType { int data; NodeType* p; }; NodeType* p; NodeType* q; p = new NodeType; p->data = 18; q = new NodeType; q->data = …

Member Avatar for dohpaz42
0
105
Member Avatar for zebra59

Here is the ? [B]To use a template construct, what phrase must come before the class definition?[/B] My friend said that should be the [B]parameter[/B], but think that its the [B]argument, [/B]Next ? is [B]in the statement [/B] [B]List<int> mylist; [/B]the word [B]int[/B] is known as the template _______________? I …

Member Avatar for Narue
0
71