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
Ranked #4K
~284 People Reached
Favorite Tags
Member Avatar for iacosar

I have a problem with this code too. right now I have a segmentation fault but before I couldn't get the correct maxValue. [code] int maxValue(node* head, int max) { node* p; if (head == NULL) { return(1); } else { p = head; max = p-> item; while(p != …

Member Avatar for iacosar
0
153
Member Avatar for trawks

So, playing WoW recently and my game crashes(which isnt uncommon.) A video driver switch solved the problem for a few weeks then it returned, I decided to live with it. After the last crash though, instead of freezing at that screen my monitor turned black, then gave me a no …

Member Avatar for caperjack
0
131