User profile: ShadowTek

User info
User name:ShadowTek
Bio:OS: Win XP
Using compiler: Dev-C++ 4.9.9.2
Trying to learn: C++
History
Joined:
Number of posts:23
Latest posts:

How to force a mouse click on certain screen coordinates?
Ok, thanks. I haven't gotten into any of the GUI functions of C++, so I wasn't really sure where to ...

How to force a mouse click on certain screen coordinates?
I am trying to find a way to automate the usage of strictly GUI applications that lack any command l...

To draw this
You could do a for loop, where (n=1; n!=0), then have another loop where you cout "*" for n number o...

What exactly can I use C++ for?
[quote]Uhm I strongly recommend against the JASS thing of WC 3: it's full of "bugs" (well not direct...

function call
Use code tags for code, as I am doing. [code]#include <iostream> using namespace std; void myst...