Search:

Type: Posts; User: chiqui

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,038

    virtual members redefinition

    Hi all,

    how can I must redefine a virtual function member to return different values from the derived classes ???

    i.e :

    class population
    {
    public :
    virtual getindividual();
  2. Replies
    3
    Views
    994

    refreshing windows...

    Hi,
    Can anybody help me about this..
    I made a dialog based application wich at a point open another dialog (FileDialog) to choose a file.
    When the filedialog exit the main window wich was covered...
  3. Replies
    2
    Views
    3,210

    class member access denied

    Hi, I need some help with this topic...

    I've got a base clase "layer" like this :

    class layer
    {
    protected:
    int num_inputs;
    int num_outputs;
    float *outputs;
  4. Replies
    1
    Views
    4,203

    inverse of atoi, atof.....

    Hi, does anybody knows any library function wich get a string as parameter and returns the corresponding integer or float or any numeric type ?
    I 'm working on Aix C plataform.

    Thanks in advance.
  5. Thread: Float Question

    by chiqui
    Replies
    1
    Views
    906

    Float Question

    Hi, I have a problem
    I must do several arithmetics operations with integer decimals numbers but I have the following prolem :

    618 / 100.00 = 6.17999997

    and I need 6.1800 as result.

    I...
Results 1 to 5 of 5