1
Window / [SOLVED] Accessing the window in other functions
« on: July 14, 2010, 04:51:03 am »
thanks a bunch man, that fixed it.
That's originally what I thought was wrong when I read "non-copyable". I'm used to programming in Java/C# where pointers are passed instead of values.
I kept trying the asterisk and it didn't work. I'm guessing that points to the memory position and ampersand points to the actual data?
That's originally what I thought was wrong when I read "non-copyable". I'm used to programming in Java/C# where pointers are passed instead of values.
I kept trying the asterisk and it didn't work. I'm guessing that points to the memory position and ampersand points to the actual data?