User: sebihp2007

  • Public profile

User profile: sebihp2007

User info
User name:sebihp2007
History
Joined:
Number of posts:19
Latest posts:

Question about statically allocated 2D (or nD in general)
So if I declare a 2D array like [i]int a[5][5][/i] and I go into memory view I can see that [i]a[/i]...

Strange behavior with scanf and uninitialized local variable?
Oh right.. silly me.. sorry.. I've only recently transitioned from stream io to standard io. Thanks ...

Strange behavior with scanf and uninitialized local variable?
So I have this very simple code: [code] int main() { char p[1010]; int b; while (scanf("%d", &b)...

Can you make a button respond differently to right click?
The question was pretty simple but I really couldn't find anything about it. I'm trying to make a ga...

Binary searching by a key containing two variables?
Thanks everyone :).. I managed to figure out a way to do this in O(log(n)^2) time and O(n) space usi...

This user does not accept Private Messages