Search:

Type: Posts; User: arcturus

Search: Search took 0.00 seconds.

  1. here you go, i've tweeked your code and this...

    here you go, i've tweeked your code and this works:

    #include <iostream>
    class employee
    {
    public:


    int GetAge();
    int SetAge( int age);
  2. you have functions of type void, returning a...

    you have functions of type void, returning a value, that's the first problem that i can see.
  3. Replies
    0
    Views
    1,005

    help with assignment

    i need some help with an assignment for class, i don't expect anyone to do it, i just need some assistance.

    it has to do with using templates and trees and queues, if someone has knowledge in...
Results 1 to 3 of 3