User profile: chris

User info
User name:chris
Name:Chris
Bio:I am Chris, I like programming mainly in ASM/C, but can do a lot of others. I also like gaming (such as counter-strike).
Statistical data
Birthdate:May 30, 1991
Gender:Male
Occupation:Student
Skills:C
BASIC
PHP
C++
Visual Basic
Perl
Assembly
Java
Javascript
Python
History
Joined:
Number of posts:82
Latest posts:

How to associate a file type with program?
Take a look at this link: http://technet.microsoft.com/en-us/magazine/ff687021.aspx There are the...

Starting a script with C
I am not 100% about the adition input such as the "1.4" as you said, however for starting another sc...

Program skips out code....
char playerNum; playerNum = 1; This code, is why it is not behaving as expected. You are assigne...

How to write pixels to the screen?
If I understand you correctly then I suggest you check out this link: http://msdn.microsoft.com/en-u...

Detect resolution / screen orientation change without a window?
Okay, using the WM_DISPLAYCHANGE message only works with top level windows, that having been said, o...