Search:

Type: Posts; User: rimig88

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    51,290

    nifty thanks

    nifty

    thanks
  2. Replies
    4
    Views
    51,290

    int division to float

    This should be a fairly easy question.

    I have two int variables I need to divide to get a float.


    int a=6;
    int b=4;
    float c=a/b;
  3. Replies
    6
    Views
    1,794

    This is exactly what I am trying to do! But I...

    This is exactly what I am trying to do! But I have a vector of bin_index instead of string and it gives me that error message when I try to do this.

    I will try to put together an example like...
  4. Replies
    6
    Views
    1,794

    Yea this is what gave me that message.

    Yea this is what gave me that message.
  5. Replies
    6
    Views
    1,794

    Vector Allocation

    I am trying to allocate a vector during the default constructor of an object I have.

    What I am trying to allocate is this:


    vector<bin_index> m_table;


    What I want is a vector of size 4 to...
  6. Replies
    5
    Views
    1,596

    Thanks! I got it! All good now with slight...

    Thanks! I got it!
    All good now with slight modifications.

    Thanks again
  7. Replies
    5
    Views
    1,596

    how should I move to the end of the list to add a...

    how should I move to the end of the list to add a value then? I need to add the value at the end of the list if it doesn't find it. So basically it needs to add a value to pt after the for loop...
  8. Cygwin, I think is the most easy to learn Unix...

    Cygwin, I think is the most easy to learn Unix environment for windows. It's probably the best solution.
  9. Replies
    5
    Views
    1,596

    hash function insert problems

    I am trying to implement the insert function, which inserts a new value into a hash table.
    I am getting a compile error though which doesn't make sense to me.

    To outline my data structure, I...
Results 1 to 9 of 9