Search:

Type: Posts; User: JordanCason

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,560

    Thank you

    Thank you
  2. Replies
    2
    Views
    1,560

    interface for my app

    all right i have built an application but now i wont to to make a interface for it instead of using the cmd how do I go about this?? any good books or tutorials you guys know of would be helpful....
  3. Replies
    8
    Views
    1,563

    Just searching in x1, y1 and x2, y2 for a pixel...

    Just searching in x1, y1 and x2, y2 for a pixel with a tolerance. so if you don’t mind I think that your code might help if you could post it or send it to me.
  4. Replies
    8
    Views
    1,563

    yes ill be changing the goto in a little bit but...

    yes ill be changing the goto in a little bit but for now it works
  5. Replies
    8
    Views
    1,563

    Ok well pixel tolerance would work like. If...

    Ok well pixel tolerance would work like.
    If tolerance = 10 than find a pixel with that color that was specified or 10 shads different from that color.
  6. Replies
    8
    Views
    1,563

    GetPixel tolerance

    I need a GetPixel tolerance code. Here’s is what I have for searching for a pixel.



    int findcolor(int &x1, int &y1, int &x2, int &y2, unsigned int r, unsigned int g, unsigned int b, int &x,...
  7. Replies
    6
    Views
    5,636

    Sleep(rand()%7000); ??

    should this work


    Sleep(rand(7000)%7000);

    Sleep for 7000 + random 7000

    its not working for me it the way, am doing this incorrect?
    it doesen' t give me an error it just doesn't sleep as...
  8. Replies
    4
    Views
    918

    I’m trying to make to work smother for example it...

    I’m trying to make to work smother for example it moves the courser from the top right of the screen to the bottom at an ok speed but when I do it the opposite way it’s to slow. Kind of like its...
  9. Thread: 2d game

    by JordanCason
    Replies
    5
    Views
    2,851

    2d game

    does any one have a 2d game with the source code and all files so I can take a look at it to understand how it works
  10. Replies
    4
    Views
    918

    moving the courser

    All ring guys see if you can help me out with this one I’m trying to move the courser form point x1,y1 to x2,y2 slowly like a human would move the mouse. I have developed some code that does this and...
  11. Replies
    18
    Views
    2,978

    hay wout would you guys say the best looping...

    hay wout would you guys say the best looping procedure is I here that goto loop; is hard to use curectly
  12. Replies
    18
    Views
    2,978

    ok thanks to all of you I understand this now : )

    ok thanks to all of you I understand this now : )
  13. Replies
    18
    Views
    2,978

    ya i have that code working and thank you vary...

    ya i have that code working and thank you vary much i can atleast do some googling and maby figure out what i need

    i need a % of a millisecs like 0.4 and thats not working.
  14. Replies
    18
    Views
    2,978

    im trying to use 0.1 in Sleep(rand()%1); witch...

    im trying to use 0.1 in Sleep(rand()%1); witch that code does work.
  15. Replies
    18
    Views
    2,978

    double Sleep(rand()%0.1);

    double Sleep(rand()%0.1);


    invalid operands `int' and `double' to binary `operator %'

    I get this error when I compile this so how do I use it corectly and also what does the % sign mean or y...
  16. Replies
    8
    Views
    1,043

    ok so the way i have it now it is returning true...

    ok so the way i have it now it is returning true no matter what because it never returns 0
    can some one leave an example of how it shoud be frased. thanks for you help i see how it works now anyway...
  17. Replies
    8
    Views
    1,043

    also if you guys coud answer this one if...

    also if you guys coud answer this one


    if (GetAsyncKeyState(VK_ESCAPE))
    {
    exit(0);
    }

    Now if I press the ESC button the then the program should stop right. But it seams to stop even when I...
  18. Replies
    8
    Views
    1,043

    thank you

    thank you
  19. Replies
    8
    Views
    1,043

    Pascal to C++ 2 functions

    all right I’m trying to convert this Pascal code to C++ witch i can do i just need help with 2 functions

    here is the Pascal code


    //Returns the amount Of pixels between a1, b1 And a2, b2

    ...
  20. sorry maybe I’m saying this wrong but what I’m...

    sorry maybe I’m saying this wrong but what I’m trying to get to happen if for x and y to be initialized from the first function into the main function. So I’m wonting the main function to return 100...
  21. sorry the junk data

    sorry the junk data
  22. yes but dosent show up for this than. could you...

    yes but dosent show up for this than. could you show me an example of how this should be? thanks
  23. sorry not the right code here #include...

    sorry not the right code here


    #include <iostream>
    #include <stdlib.h>
    #include <windows.h>

    int click(int x, int y)
    {
    mouse_event(MOUSEEVENTF_LEFTDOWN, x, y, 0, 0);
  24. so how do I fix this or what did i do rong

    hay guys shat is happining here I dont understand
    here is the code


    int main(int x = 100, int y = 100)
    {
    cout << x << ", " << y << endl;
    cin.ignore();
    }
  25. Replies
    2
    Views
    800

    sorry stupid qustion thaks for the answer...

    sorry stupid qustion

    thaks for the answer above thow
Results 1 to 25 of 43
Page 1 of 2 1 2