Search:

Type: Posts; User: sharpMouse

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    1,352

    Since you have used dynamic script language, I...

    Since you have used dynamic script language, I suggest you to try static compilable language.

    The options are C++ (most common), Go (easy), Rust (powerful).
  2. Replies
    1
    Views
    935

    [Help] How to receive money for a program?

    Let I have built a small tool for a game. And I want to sell it via subscription.

    How can I implement licensing/payment part of the program?
    What are common solutions?

    (The program language...
  3. Replies
    28
    Views
    5,029

    [Help] Wide spreaded != good. JavaScript is the only...

    Wide spreaded != good.
    JavaScript is the only (!) language for browsers and that's why it is so wide spreaded - just no alternatives.




    TypeScript and new standards make JavaScript...
  4. [Help Request] MSLLHOOKSTRUCT has wrong mouse coordinates in WoW

    I am hooking LowLevelMouseProc callback (WH_MOUSE_LL). If left or right button is pressed and held, WM_MOUSEMOVE and WM_?BUTTONUP events has wrong mouse coordinates.

    This happens only in World of...
  5. [Tutorial] Good site but the is even more fast approach:...

    Good site but the is even more fast approach: https://learnxinyminutes.com
  6. Replies
    15
    Views
    12,341

    What is "ff"? :)

    What is "ff"? :)
  7. Replies
    21
    Views
    9,871

    You can try CORONA SDK - it is game making...

    You can try CORONA SDK - it is game making framework for a lot of platforms.
  8. Replies
    3
    Views
    4,169

    The app? The time? The money?

    The app? The time? The money?
  9. Replies
    5
    Views
    2,415

    Thank you bro.

    Thank you bro.
  10. [Discussion] You can keep using Python. It has PIL library...

    You can keep using Python.

    It has PIL library which allows you to capture screen. You can also send key and mouse events by using libraries with Win32 API wrappers.
  11. Replies
    25
    Views
    6,260

    [Help] Consider to add an SSD for your requirements. It...

    Consider to add an SSD for your requirements. It gives real speed boost, especially for linking.
  12. Replies
    18
    Views
    4,029

    [Help] Python is very easy language so the best resource...

    Python is very easy language so the best resource is the resource you likes the most.
  13. Replies
    28
    Views
    5,029

    [Help] Learning JavaScript as the first language is an...

    Learning JavaScript as the first language is an epic failure. This is very bad language itself, might be even the most bad. And it has very bad environment (you need to run it in browsers which are...
  14. Replies
    5
    Views
    1,564

    [Discussion] What kind of experience do you want to get? If...

    What kind of experience do you want to get?

    If you wanna something different and hard, try C or C++.
  15. Replies
    31
    Views
    9,368

    [Discussion] You definitely will. This is because of two...

    You definitely will. This is because of two things:

    1. Since C++11, the language is progressing very fast and is up-to-date now.

    2. CPU speed is no more growing fast so the main way to get more...
  16. Replies
    14
    Views
    6,980

    C++11 is good enough to start with.

    C++11 is good enough to start with.
  17. Thread: C++ & Math

    by sharpMouse
    Replies
    26
    Views
    5,866

    Programming doesn't require much math. However,...

    Programming doesn't require much math. However, C++ is very difficult language that requires deep thinking. Just try to learn the following basics:
    - pointers
    - references
    - recursion

    If they...
  18. Replies
    4
    Views
    1,466

    [Help] The address of variable (which?) or the variable...

    The address of variable (which?) or the variable "Address" as in your code?
  19. Thread: C++ Query!

    by sharpMouse
    Replies
    1
    Views
    1,064

    [Tutorial] First, what is your C++ experience? Second,...

    First, what is your C++ experience?

    Second, you can search Coursera for free C++ beginners courses.
Results 1 to 19 of 22