Search:

Type: Posts; User: lala123

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    9,133

    Hahaha dude you should write a motivational book...

    Hahaha dude you should write a motivational book or something like that! You're pretty good at that =)

    Well I'll try saving that bitmap to a file and see what shows up.
  2. Replies
    32
    Views
    9,133

    Will that code work?

    Will that code work?
  3. Replies
    32
    Views
    9,133

    I see now that I should have posted this topic in...

    I see now that I should have posted this topic in the windows programming section, sorry for that.
  4. Replies
    32
    Views
    9,133

    Alright, so after some searching I believe I...

    Alright, so after some searching I believe I might have made some progress. The thing is, I'm pretty clueless about the gdi so I can't really tell if this works or not.

    It's hard doing such thing...
  5. Replies
    32
    Views
    9,133

    Hehehe I understand what you're saying. Will try...

    Hehehe I understand what you're saying. Will try coding something now.
  6. Replies
    32
    Views
    9,133

    MK27 Well if I knew how to do it I probably...

    MK27

    Well if I knew how to do it I probably wouldn't be asking for help. I'll start coding when I have something to start with. I guess you are right about me being too much spoiled and wanting...
  7. Replies
    32
    Views
    9,133

    I see, but there could other items of that same...

    I see, but there could other items of that same color I guess. If I could place the screen in a 1024x768 matrix, with 1 space for each pixel I guess it would be a much simpler problem, wouldn't it?
  8. Replies
    32
    Views
    9,133

    There's no noise and the image will never change...

    There's no noise and the image will never change (no change in shape, color, etc). What might happen is a smal part of the image (probably a little around the edges) being overlapped by another...
  9. Replies
    32
    Views
    9,133

    Thanks for helping zacs. I've used GetDC before...

    Thanks for helping zacs. I've used GetDC before to draw on the screen, but I don't really know how to use it to generate a "print screen". Could you recommend me something to read or something like...
  10. Replies
    32
    Views
    9,133

    hum.... so maybe getting a print from the screen,...

    hum.... so maybe getting a print from the screen, then try placing the image I'm looking for against every "block" of pixels to see if they match?

    Is that what you're saying?
  11. Replies
    32
    Views
    9,133

    Well imagine there's a little car in a flash game...

    Well imagine there's a little car in a flash game that has many other objects and i need to click on that car. So I would have to recognize where is the car and know it's position and then click on...
  12. Replies
    32
    Views
    9,133

    Os is windows

    Os is windows
  13. Replies
    32
    Views
    9,133

    hmmm... anyone?

    hmmm... anyone?
  14. Replies
    32
    Views
    9,133

    Well I read the forum guidelines and I don't...

    Well I read the forum guidelines and I don't beleive my intentions break any of the rules, but if you do think so...

    It's about preventing me from getting a Carpal tunnel syndrome due to excessive...
  15. Replies
    32
    Views
    9,133

    Ok I will be more specific: I plan on doing an...

    Ok I will be more specific: I plan on doing an auto-clicker program. So there will be parts of the screen I need to click on. I must find where these images are and then click on their position.
    ...
  16. Replies
    32
    Views
    9,133

    How to recognize an image on the screen

    Hi guys, I would like you to point me to the direction on which api's, functions, etc should I look for in order to recognize an image on the screen and retrieve its coordinates.

    I hope that was...
  17. Hehe I think I'm close but not close enough... I...

    Hehe I think I'm close but not close enough... I don't know how to classify between group 1 and 2

    First I thought that all primes but 3 were group 2, but 11 is group 1.... I think the number I'm...
  18. I'm sorry guys but I couldn't solve it. Is there...

    I'm sorry guys but I couldn't solve it. Is there an article or something like that I could read?
    I have no deep math knowledge (just started studying engineering tough) and I find most of the...
  19. #include int main(int argc, char...

    #include <stdio.h>

    int main(int argc, char *argv[])
    {
    div(1,8);
    getch();
    return 0;
    }

    int div (int a, int b)
  20. Algo to check for recurring cycles in an array

    Hi guys,

    I`m trying to solve euler`s 26th problem but I`m stuck... The thing is I`ll have an array filled with integers and I want to see if there is a recurring cycle in it.

    1/7 =...
  21. Replies
    36
    Views
    5,231

    I got it! Thank you so much guys, you really...

    I got it! Thank you so much guys, you really helped me out here.

    Here's the solution in case anyone wants it, it's so dam simple =P


    #include <stdio.h>

    int main(int argc, char *argv[])
    {
    ...
  22. Replies
    36
    Views
    5,231

    Tabstop I understand the problem now. Just...

    Tabstop

    I understand the problem now. Just couldn't solve it....



    I came up with this, but it enters into an infinite loop:


    #include <stdio.h>
  23. Replies
    36
    Views
    5,231

    vart I'm not using it, should I? I'm...

    vart



    I'm not using it, should I? I'm determining when line ends with this comparisson:

    while ((c = getc(stdin)) != '\n')

    But it could be altered if you think that's the problem...
  24. Replies
    36
    Views
    5,231

    I'll now go and try to implement arpsmack's...

    I'll now go and try to implement arpsmack's solution but before that I have one more problem I couldn't solve =/

    This one is so easy... I'm actually ashamed for having to ask for help in this...
  25. Replies
    36
    Views
    5,231

    Amazing =) Thank you. The awnser is actually...

    Amazing =) Thank you.

    The awnser is actually much more complicated than what I had imagined :P
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4