User: zeolite

  • Public profile

User profile: zeolite

User info
User name:zeolite
History
Joined:
Number of posts:3
Latest posts:

What code is used to imitate the pressing of a key?
There's a good article here about simulating key strokes (e.g. tab or enter/return) using the keydb_...

Initializing a struct while calling a function
Cheers for the code sample Duoas. I added the lines [code]struct MyStruct MyStruct( int a, int b, i...

Initializing a struct while calling a function
Suppose I have a struct [code]struct MyStruct { int a; int b; int c; };[/code] An...

This user does not accept Private Messages