Search:

Type: Posts; User: Sevko

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,026

    Thank you.

    Thank you.
  2. Replies
    4
    Views
    1,026

    You sure helped me a lot... If I were to use...

    You sure helped me a lot... If I were to use testa a, b and not their pointers with allocated memory then i'd just have a test x in the arguments...
    Can some one answer me what I've asked no amtter...
  3. Replies
    4
    Views
    1,026

    Pass pointer to overloaded operator

    I have an example here:

    #include <iostream>

    class test{
    private:
    int a;
    public:
    test(){a=3;};
    test operator+(whatgoesinhere? x){test temp;temp.a=a+variable...
  4. Replies
    2
    Views
    1,233

    How to use multiple source files?

    I have an abstratc base class and two other classes, now how do I make this work?
    I would like to have one classes functions and the other one in seperate source files.

    I tried putting each class...
  5. Replies
    4
    Views
    1,326

    None work

    I have alot of diffrent dialogs. But none have things that shouldn't be supported in XP. It worked on one computer which has XP OS. I added WS_VISIBLE to all and ShowWindow in the dialogs. If it...
  6. Replies
    4
    Views
    1,326

    DialogBox trouble

    Hi, my app uses Dialog boxes for new gamae, changing settings and etc. But the problem is that while they work fine on my computer and on my friends(we all sue win 7) it doesn't work in school(they...
  7. Replies
    7
    Views
    2,732

    Because i you press W+A it sends 2 WM_KEYDOWN...

    Because i you press W+A it sends 2 WM_KEYDOWN messages so first it goes up and the coordinates change by -34 then it goes left and it changes by -34 and if you hit something with the upward movment...
  8. Replies
    7
    Views
    2,732

    Help with WinApi ?

    Even tough this is only a c++ forum, I hope some one can help me with my C WinApi problem. I have posted this question on CodeGuru Forums but no helpfull reply at all.
    I have homework for school and...
Results 1 to 8 of 8