Search:

Type: Posts; User: Sfin

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,105

    I ain't sure, but should this: ...

    I ain't sure, but should this:



    qsort(haplo0,nchrom,sizeof(int *),comprows2);


    Actually be
  2. Replies
    4
    Views
    5,499

    Sorry for the confusion frenchfry164; I don't...

    Sorry for the confusion frenchfry164; I don't know where I got that 90 number.

    The limit WAS 31 clients, but apparently they have removed that limit now.

    Also I kind of have an idea of the...
  3. Replies
    4
    Views
    5,499

    1) “RakNet Engine”: looks very promising, the...

    1) “RakNet Engine”: looks very promising, the feature list is huge. But the free version of it will only allow 90 people to connect to a server at a time, and I am not sure what this means exactly,...
  4. Replies
    4
    Views
    1,787

    To test your copy constructor create a function...

    To test your copy constructor create a function that recieves your linked list as one of its parameters.

    Then in that function output the conents of the linked list you sent.
  5. Thread: code using Excel?

    by Sfin
    Replies
    2
    Views
    1,058

    >>it's not picking up the pin field. I believe...

    >>it's not picking up the pin field.

    I believe he is talking about the PIN field in his text file. If that is what you are talking about then you need to post the code that you use to get the...
  6. Replies
    11
    Views
    1,347

    Like DavidP said the best thing to do is have...

    Like DavidP said the best thing to do is have print statements after the creation of an entity in your Linked List to see what data is actually there.

    Also you can try using a debugger to see what...
  7. This line is wrong: ...

    This line is wrong:



    library.insert(make_pair(*tempBook.get_ISBN(),*tempBook));


    It should be:
  8. Replies
    12
    Views
    2,558

    I haven't used struct's before, but shouldn't it...

    I haven't used struct's before, but shouldn't it be used like this:

    value->digit[t] = temp[i] - '0';

    Since there is no digit variable, it is part of the struct you created?
  9. Replies
    7
    Views
    1,815

    Well what you can do is enter all those character...

    Well what you can do is enter all those character into a char array infix, then convert it into a postfix expression and put it into char array postfix, then evaluate that postfix expression using...
  10. Replies
    7
    Views
    1,562

    After the if else statements that check what...

    After the if else statements that check what number to put, and before the dum++ add these lines:



    if(dum == 2){

    cout << "-";

    }
  11. Thread: About LINUX...

    by Sfin
    Replies
    18
    Views
    3,026

    Yast && sax only work on Suse Distros. For...

    Yast && sax only work on Suse Distros.


    For RedHat run

    Xconfigurator

    or

    xf86config
  12. Thread: ???please help

    by Sfin
    Replies
    10
    Views
    953

    I hope these 2 errors are there by mistake: 1)...

    I hope these 2 errors are there by mistake:

    1)

    float total tax;

    Here you declare two variables of type float, one called total, and the other called tax. You will need to rename this to...
  13. Thread: Mandrake 8.2

    by Sfin
    Replies
    12
    Views
    1,897

    Sorry about the above post, but I forgot to...

    Sorry about the above post, but I forgot to logon.

    Troll_King about the screen not shutting down I believe you can fix it by recompiling your kernel, and adding APM support.

    When you recompile...
  14. Thread: Linux

    by Sfin
    Replies
    7
    Views
    1,607

    1) You will need to download J2EE from the sun...

    1) You will need to download J2EE from the sun website, and use it to compile, and run your java programs.

    2) depending on what Linux Distro you use, you might or might not need to mount your...
Results 1 to 14 of 14