Search:

Type: Posts; User: e66n06

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,709

    question about static members and functions

    I have a class called cEntity which has some static variables and some static methods

    I then create a new class from cEntity.. cPlayer: public cEntity

    I was hoping that someone could tell me...
  2. Replies
    8
    Views
    4,367

    sweet! thanks very much, that's exactly what i...

    sweet! thanks very much, that's exactly what i was after :D
  3. Replies
    8
    Views
    4,367

    how to disable the application close button?

    hi,

    can anyone tell me what win32 functions i need to call to disabled th applications close button, the one in the top right hand corner..

    Thanks
  4. Thread: MD5 function

    by e66n06
    Replies
    10
    Views
    1,367

    it took ages but i finally found this site: ...

    it took ages but i finally found this site:

    http://md5hashing.com/c++/

    it's got md5 implementations for loads of languages..

    before i found this i had spent some time trying to get XySSL to...
  5. Thread: MD5 function

    by e66n06
    Replies
    10
    Views
    1,367

    I have to say I am struggling to find anything I...

    I have to say I am struggling to find anything I can get to work. I spent 30 mins trying to make sense of crypto++, but have no idea what i'm meant to do to get it to work.

    I want something easy...
  6. Thread: MD5 function

    by e66n06
    Replies
    10
    Views
    1,367

    I was hoping someone could recommend a good one.....

    I was hoping someone could recommend a good one..

    I am making a game. User's create accounts on a website. Their passwords get hashed for storage in the database by php.

    Then when they come...
  7. Thread: MD5 function

    by e66n06
    Replies
    10
    Views
    1,367

    man, that was really helpful >_> but not.. ...

    man, that was really helpful >_>

    but not..

    can anyone recommend a library that could easily solve my problem..
  8. Thread: MD5 function

    by e66n06
    Replies
    10
    Views
    1,367

    MD5 function

    I have a php script that uses the php md5 function to hash a password and put it into a database.

    I then read the password to a std string, it's a hexdecimal value..

    Now I want a c++ function...
  9. Cool thanks for that, I have now got rid of the...

    Cool thanks for that, I have now got rid of the old sort mechanism :D and uploaded a newer version..

    Though as for the problem, I am still very lost..

    cPictureBox and cCaption do not override...
  10. I just uploaded the zip again, it should be ok.....

    I just uploaded the zip again, it should be ok..

    Thank you for taking an interest in my problem :D
  11. I have made the changes you said and uploaded the...

    I have made the changes you said and uploaded the updated version..

    I didn't make all the functions virtual (like MouseTest, Update and Render) because the base function is always used, even in...
  12. Is the whole problem happening because the...

    Is the whole problem happening because the pointers to the derived controls are stored and accessed using a std::vector ?
  13. Thanks for those corrections iMalc, I have made...

    Thanks for those corrections iMalc, I have made the changes already.

    Have you any idea's about what it is that is causing the overall problem though?

    I really can't figure out why sometimes I...
  14. Sorry it's a bit lengthy, I tried to make it as...

    Sorry it's a bit lengthy, I tried to make it as small as possible.. I am not really sure how to cut it down as I am worried that the problem has something to do with something else in the...
  15. Problems with virtual function calls, please help

    Hello,

    I have been working on a few classes for a 2D gui system and I have a really wierd problem that I have spent days trying to work out and I really don't know what is wrong.

    I have a...
  16. Replies
    2
    Views
    1,490

    ok, thanks, i will look manifests up

    ok, thanks, i will look manifests up
  17. Replies
    2
    Views
    1,490

    how can i get push buttons to look nice?

    how can i get a button to look nice, like a vista button for example

    When i do this in WM_CREATE the button i get on the form looks like it's from windows 95..




    hwndButton =...
  18. Replies
    7
    Views
    3,017

    when i included all of the genial header files...

    when i included all of the genial header files into my project all of the files that those headers themselfs linked to gave errors saying that the file did not exist..
  19. Replies
    7
    Views
    3,017

    Good Image Library

    Hi, I am looking to write my own digital watermarking program. So i need a library that can extract the RGB values from an image into a matrix form, so then I can do some kind of transform on the...
  20. Replies
    3
    Views
    1,563

    dynamically creating a 2d array

    hello, i am trying to write a simple tile map editor for my 2d game.

    i want the user to input the number of tiles in the x and y directions for a map.

    i have a map class and a tile class

    i...
  21. Thread: Quick Sort

    by e66n06
    Replies
    13
    Views
    2,875

    so that's why i get the no matching function...

    so that's why i get the

    no matching function for call to `QuickSort(std::vector<cBaseWindow*, std::allocator<cBaseWindow*> >&, int, size_t, <unknown type>)'

    error?

    also would it be possible...
  22. Thread: Quick Sort

    by e66n06
    Replies
    13
    Views
    2,875

    so it's not possible to pass it a memeber...

    so it's not possible to pass it a memeber function directly?
  23. Thread: Quick Sort

    by e66n06
    Replies
    13
    Views
    2,875

    i will have a look into std::sort however i would...

    i will have a look into std::sort however i would like to know why i get the error when i try to pass a member function, and how i can correctly pass the memeber function.
  24. Thread: Quick Sort

    by e66n06
    Replies
    13
    Views
    2,875

    i'm not sure, i did not write that quick sort...

    i'm not sure, i did not write that quick sort algorith, i am mearly try to use it,
    i am having trouble calling the quicksort function if my p_compare: comparison function is a member of a class
  25. Thread: Quick Sort

    by e66n06
    Replies
    13
    Views
    2,875

    Quick Sort

    here is my sort algorithm:


    // ----------------------------------------------------------------
    // Name: QuickSort
    // Description: quicksorts the array
    // Arguments: ...
Results 1 to 25 of 54
Page 1 of 3 1 2 3