9 years, 7 months ago
Highlights
Community contributions featuredIf you are using Visual Studio and want your solution filters to reflect the directory structure you should take a look at this post on stackoverflow: How to set Visual Studio F…
9 years, 7 months ago
9 years, 7 months ago
Hello guys. I'm having some trouble keeping the cursor in my game window. I have the following code which works quite fine: if(GetFocus() == Game::window) { GetCursorPos(&th…
13 years, 2 months ago
So i solved the problem and was looking through other solutions and found this: n = 600851475143 i = 2 while i*i < n: while n%i == 0: n = n / i i = i + 1 print ('answer is',…
13 years, 2 months ago
Hello again fellow programmers. I'm currently confused about some blending behavior. Let me explain the situation first: I'm makin a menu and have a Background with 80% opacity…
13 years, 2 months ago
Latest Activity
See all in DiscussionsIf you are using Visual Studio and want your solution filters to reflect the directory structure you should take a …
9 years, 7 months ago
for(u=0; ((u>44)&&(u<=47)); u++){ The for loop will never execute because the first condition is always false. 0 > 44 …
9 years, 7 months ago
I don't know if i will have enough time for this because of my upcoming exams but count me in. …
12 years, 11 months ago