Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~209 People Reached
Favorite Forums
Favorite Tags
c x 3
c++ x 1
Member Avatar for nokiolurv

i was jus wondering if u can help me on diz program,, im hav difficulty in findin d mode i hav done everytin jus that d mode iz not coming up. thanx aspa. below is d code i greated so far /* created by Nokiolurv */ #include <stdio.h> #include<stdlib.h> int …

Member Avatar for mrnutty
0
90
Member Avatar for nokiolurv

can someone help me complete this code please, on the ares i put comments please. thanks #include <stdio.h> #include <string.h> class wordRecord { public: char* word; wordRecord* next; void printWord() { printf("%s\n", word); }; }; class abstractWordList { private: void printWordsHelper(wordRecord* wordRecPtr) { if (wordRecPtr) { // Code omitted to …

Member Avatar for Sky Diploma
-1
119