User profile: matheuscscp

User info
User name:matheuscscp
History
Joined:
Number of posts:9
Latest posts:

Question about memory allocation for variables
Thanks!

Question about memory allocation for variables
So worth it? Declaring variables AFTER these "returning/throwing ifs"?

Question about memory allocation for variables
Hello guys, if I have this function in runtime: [code]void foo (int x) { if ( x == 5 ) // o...

"this" pointing to different address
not at all, thanks xd I just didn't understand: [quote]To do so you have to implement m after th...

"this" pointing to different address
thank you aquaz, I read about the casting operators and I could solve this problem. it didn't work w...