General Chat / What programming language do you use, if any?
-
19-January 12
-
JoeZia
Offline
Don't know if this will get anywhere but post what programming language you use most of all or preffer the most.
I use C++ and Java...
//C++ Example Executes suckmyballs.exe after the ESC Key is pressed...
if (keybd_event(VK_ESCAPE, 0x1B, 0, 0 )){
WinExec("suckmyballs.exe" ,SW_NORMAL );
return 0;
}
Edit. Epic coding fail. -
GigaG
Offline
I don't program besides that I used to in Game Maker Free... I have a book on C# but i dont use it.
Tags
- No Tags