Search:

Type: Posts; User: patiobarbecue

Search: Search took 0.00 seconds.

  1. YES, I thought of using an standard one, but...

    YES, I thought of using an standard one, but didn't find it. I need a circular queue or linked list, which doesn't seems to be in the std. so I start to make one myself.

    I probably can use...
  2. what design patter let me reuse this class?

    Hey , there,

    I though it is an easy one, but I am stuck here: I have a class like this:


    class Circulararray(){
    int l;
    double* data;
    public:
    Circulararray(int length): l(length){
Results 1 to 2 of 2