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
~747 People Reached
Favorite Forums
Favorite Tags
c++ x 8
Member Avatar for doolsta111

Hi Guys, Here's the situation that im stuck in. I have 2 Header files which cannot be changed named bintree and bindnode. These define tree structure, aswell as several other functions eg inserting node, printing node etc I have 2 Classes. 1 Class is : [CODE]class mazePoint {int x; char …

Member Avatar for doolsta111
0
105
Member Avatar for doolsta111

Hi Guys, I am having issues with reading from a list made up of lists. I dont want to paste my code as it is for an assignment, but here is the basic setup. i have a class person that has declared [CODE]list<char> name;[/CODE] push to the list; i have …

Member Avatar for sblass92
0
107
Member Avatar for doolsta111

Hi Guys, Im having issues with clearing an object of a class. Currently I have 2 lists [CODE]class People list<char> person[/CODE] [CODE]class School list<people> teacher[/CODE] i add the contects of person into people; i read by executing the printChar function created in People whilst iterating in the School list. [CODE]itr …

Member Avatar for Sky Diploma
0
88
Member Avatar for doolsta111

Hi i would like to know how i can navigate through a 2D doubly linked list. i have created a linked list of a linked list which are contained in classes Row and Columna Row list <char> X Column list <Row> Y; List X contains a b c d e …

Member Avatar for Sky Diploma
0
84
Member Avatar for doolsta111

Hi guys, I am having great difficulty in reading a text file char by char and storing them in a linked list. I started off with simply attempting to read from file char by char, and that worked fine. But when attempting to store the file into a linked list, …

Member Avatar for mitrmkar
0
241
Member Avatar for doolsta111

Hi Guys, Im having issue with the following code. I am getting the following error? could someone please assist? [code]#include <iostream> #include <iomanip> #include <string> #include <vector> #include <fstream> #include <stdlib.h> using namespace std; class employee { /* Employee class to contain employee data */ private: string surname; double hourlyRate; …

Member Avatar for Ancient Dragon
0
122