Search:

Type: Posts; User: fidodidohk

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,407

    Progress of program

    I am working on the interface of the program. Cause it takes long time to run, I am thinking of having a progress bar, which it shows how many percentage it completed. For example, after
    ...
  2. Replies
    6
    Views
    1,155

    Thank you very much!! It has solved the problem!!

    Thank you very much!! It has solved the problem!!
  3. Replies
    6
    Views
    1,155

    Thank you very much for you reply. But I afraid I...

    Thank you very much for you reply. But I afraid I still do not know how to do the step three. Would you mind describe it a bit more explicit?
    Thank you.
  4. Replies
    6
    Views
    1,155

    This is the class vacancy which is used, thanks!!...

    This is the class vacancy which is used, thanks!!



    #include <iostream> // Include input/output stream
    #include <fstream> // Include file output stream
    #include <cmath> // Include math...
  5. Replies
    6
    Views
    1,155

    Simple list class question

    I have a list which is for storing all the data, same as normal class, have something like .get() and .set() for getting and setting value to the list in the program. However, at the moment, I can...
  6. Replies
    5
    Views
    3,062

    But this is the only code I receive from my...

    But this is the only code I receive from my program... Basically it crashed, and gives me this code. What does it mean?
  7. Replies
    5
    Views
    3,062

    Inconsistency detected

    Inconsistency detected by ld.so: dl-runtime.c: 77: _dl_fixup: Assertion `((reloc->r_info) & 0xff) == 7' failed!


    May I ask what is this and how should I solve this?
    Many thanks!!
  8. Replies
    9
    Views
    2,027

    O!! It works perfectly now!! Thanks a lot guys!!...

    O!! It works perfectly now!!
    Thanks a lot guys!! Really appreciate it!!
    I hope I am good enough to help people one day!!
    Many thanks!!
  9. Replies
    9
    Views
    2,027

    Thank you. But the reason I would like to have...

    Thank you. But the reason I would like to have get[] and set[] is because I would like to loop it in the main, however with set1 as a function I will not be able to loop it.
  10. Replies
    9
    Views
    2,027

    Thank you very much. But after I have try, I have...

    Thank you very much. But after I have try, I have got a several error. I am sorry, I am a bit dump in C++, would you mind help me by teaching me slightly more explicitly? Thank you very much!!


    ...
  11. Replies
    9
    Views
    2,027

    Thank you for replying. But when I am trying to...

    Thank you for replying. But when I am trying to get the value, I use these. And it return as invalid member function declaration, how can I solve this? Thanks.




    int getnn[]()
    {
    return...
  12. Replies
    9
    Views
    2,027

    Simple vector class problem, please help

    Can I have something like nn[i] as a array to store the data, such that in a loop of all 8nn value I can have site[index].getnn[i]() from i=0-7 rather than using nn1 to nn8 again and again?

    Thank...
Results 1 to 12 of 12