User profile: TexanMonkey

User info
User name:TexanMonkey
Name:Joseph Foster
Bio:A programmer on FRC team 118|The Robonauts.
http://ccisdrobonauts.org
Statistical data
Birthdate:Apr 18, 1997
Gender:Male
Occupation:Student
Skills:C
C++
Javascript
HTML
History
Joined:
Number of posts:55
Latest posts:

keybd_event() won't use the numpad
I'm trying to get my program to type alt code characters like 'é'. This requires the program to hol...

QLabels and high speed updating causes crash
that doesn't seem to help

QLabels and high speed updating causes crash
When it freezes, if I move the window it continues like normal. I can't seem to find the problem but...

QLabels and high speed updating causes crash
On a project I'm working on, I need to update many QLabels very quickly. Each label needs to be upda...

How do APIs callback to class members
I've created a way to have the option of using both function pointers and class method pointers as c...