User profile: Beibin

User info
User name:Beibin
Website:http://www.youtube.com/beibin
History
Joined:
Number of posts:17
Latest posts:

problem with return 0?
Remove the curly brace before return 0.

Anyone using DarkGDK?
Do you know how to?

regadd in c or c++
The problem is in the system function. Change it to: [code] system("reg add HKEY_LOCAL_MACHIN...

Problem converting a string to an int with stringstream
It worked here. timeOfDayInteger was set to the correct hour. Try testing it to see whether it su...

regadd in c or c++
You're passing two C strings to a function that expects only one.