Search found 303 matches

by superLED
Tue Jan 11, 2011 9:19 am
Forum: Programming Discussion
Topic: A question about classes (C++) [SOLVED]
Replies: 5
Views: 596

A question about classes (C++) [SOLVED]

Hello there! I am currently programming a game engine, but I've come across some problems. I have a main class (Game), that should take care of most of my stuff. I also have another class (Player), that holds the values of the player and such. But I have no idea how to use the Player class inside my...
by superLED
Tue Nov 23, 2010 5:19 am
Forum: Programming Discussion
Topic: Making keyboard macros
Replies: 3
Views: 685

Re: Making keyboard macros

Thank you so much! Got just what I was looking for.
Now the journey can finally move on :D
by superLED
Sun Nov 21, 2010 11:12 am
Forum: Programming Discussion
Topic: Making keyboard macros
Replies: 3
Views: 685

Making keyboard macros

Hello there! I am currently developing a small program that allows me to take control over the keyboard. However, I've come across a wall that I need to climb over to make further progress. Until now, I've set almost everything up. I have programmed a window with different menus, and I can read the ...