Search:

Type: Posts; User: heavyd

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,335

    THe "offending" line that are causing the...

    THe "offending" line that are causing the errors... it only does this in the VS compiler though...

    Vector<TYPE> & Vector<TYPE>::operator =(const Vector<TYPE> & rhs);
  2. Replies
    3
    Views
    1,335

    confusing error.... plz help

    Hey everybody,

    I am getting a weird error that i cant understand how to get working again. I have made a custom vector class for myself that works perfectly in every program so far; but when i try...
  3. Replies
    1
    Views
    819

    Need help with a function...

    Hey, my problem is that i have a function to make with the declaration as such:

    int cleanest(Vector<List<int> >);

    it is a functoin that looks through a vector of linked lists and returns the...
  4. Replies
    5
    Views
    6,916

    If you were wanting to get a random number...

    If you were wanting to get a random number between 1 and 2?!?

    then the code would be,

    srand(time(0));
    rand()%2+1;

    You would have to put that with a variable of course
  5. Replies
    1
    Views
    1,703

    need some advice...badly.

    Hey, i am currently in development of a nibblez game for the pc using the c++ programming language. I have made a fox and hounds game before that uses 2 dimensional arrays for moving the foxes and...
Results 1 to 5 of 5