Search:

Type: Posts; User: deemusic836

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,580

    implementing this part is frustrating me ...

    implementing this part is frustrating me

    LinkList list;
    list.Print();
    list.RemoveFirst();
    list.Print();
    list.Search(67);
    list.Print();
  2. Replies
    6
    Views
    1,580

    //linklist.cpp class Student { public: //...

    //linklist.cpp

    class Student
    {
    public:
    // Variables
    int StudentID;
    string Name;
    string Address;
    int Units;
  3. Replies
    6
    Views
    1,580

    Link List assignment

    I'm having problems linking my list with this c++ program can someone help please. I have the file of what i've done so far. I need help bad
  4. Replies
    4
    Views
    953

    it will not let me post my tags

    it will not let me post my tags
  5. Replies
    4
    Views
    953

    Programming Help

    I'm just getting into C++ programming and I need some help getting these programs done here are the program problems:


    Program 1
    Write a program that will calculate the number of students going...
Results 1 to 5 of 5