User profile: firedraco

User info
User name:firedraco
Name:アンドリュー
Location:USA
Bio:Currently playing:
Persona 4: Arena (PS3), Diablo 3 (PS3)

Game Systems: PSX, PS2, PS2 (Japanese), PS3, Wii, PSP, DS Lite

PSN: RughSontos
History
Joined:
Number of posts:6149
Latest posts:

~~Code Check~~
[code]if(mostRecentFunction == "Subtract"||"subtract")[/code] This doesn't do what you expect. See ...

() syntax when passing as argument to function
If ZeroFunction is a class, yes it would call the constructor. It is basically the same as: [code]Z...

expected unqualified-id before ')' token
On line 8 you have: [code]int SendKeyPress(unsigned short KeyCode, bool IsDown);[/code] but on line ...

Why has my code broken when ran in Unix/Linux but worked perfectly in Visual Studio?
Have you tried breaking when you get the exception or even setting a breakpoint right before you run...

Not all control paths return a value?
Could you copy and paste your errors? Also, you should probably use { } for all of your if statemen...