Search:

Type: Posts; User: kernel

Search: Search took 0.01 seconds.

  1. Thread: link needed

    by kernel
    Replies
    1
    Views
    776

    link needed

    Hi all ,


    this is not realy related but can someone know a good link with an extensive explanation on how floating numbers work with examples in converting etc ... ?
  2. Replies
    8
    Views
    1,036

    Ok

    10x that helped , would it work properly on a borland compiler ?

    Now i have another problem ...
    it won't override the default values of <class t = double,class S=int>
    which sort of makes the ...
  3. Replies
    8
    Views
    1,036

    Ok this is what i got so far I can't figure out...

    Ok this is what i got so far I can't figure out what's wrong
    i've searched everywhere




    //MAIN


    #include "Pair.h"
  4. Replies
    8
    Views
    1,036

    ok ....

    ok , understood :cool:

    and thanks for the fast and accurate replies
    godblles you

    (and Tayshaun Prince)
  5. Replies
    8
    Views
    1,036

    ok

    thanks for the reply
    one more question do i have to use
    Pair<double, string>* arr
    that kinda spoils the idea of templaete if i delcare <double,string>
    the idea is that each pair will be decided...
  6. Replies
    8
    Views
    1,036

    Template & Arays

    Hello
    i'm trying to solve an exersice i've been given , would appreciate help

    i have to creat a class with two templates
    and in the main make an array of that class but it keeps poping the...
  7. Replies
    10
    Views
    1,524

    i'm not that much of a novice ;)

    That is quite elementary Jbro , but my problem with psushing back is knowing whcih class to associate the
    dogarr[i] = new TYPE for the [i] = [i+1]
    that's why I added the string type , nut is...
  8. Replies
    10
    Views
    1,524

    solve it but ...

    ok i've added a string type and a gettype{return type}
    so i'll know what to copy
    but is there a more elegant way of solving it without adding a variable ?
    i mean can i know what type of dog is...
  9. Replies
    10
    Views
    1,524

    thanks

    now i understand i tried it the other way around ...
    class dog : public ....

    anyways i've ran into a diffrent problem now ;),
    i have in the main the dogarr**
    now the max it can hold it 10 ,...
  10. Replies
    10
    Views
    1,524

    code...

    class Dog : public Boom,public Drug,public Rescue
    {
    protected:
    string name;


    public:
    Dog(string nname);
    virtual ~Dog();
    void print();
  11. Replies
    10
    Views
    1,524

    did not understand

    hi
    thanks for the quick reply
    i didn't understand the diffrence

    class dog () : public boom , public rescue , public drug
    {
    //
    }

    is what i have now , i want to be able to inherit one of...
  12. Replies
    10
    Views
    1,524

    OOP beginer help

    hi ,

    i've got a liitle bit of a beginer's problem

    i have a class dog which i want it to inherit one of the three kinds of dogs either rescue or boom or drug
    tried
    class dog() public boom ,...
Results 1 to 12 of 12