User profile: scottwuzhear

User info
User name:scottwuzhear
Email:CPress.Scott@gmail.com
Statistical data
Skills:PHP
C++
Visual Basic
Java
Javascript
Python
History
Joined:
Number of posts:8
Latest posts:

Pointers and Vectors
I have a vector: [code]vector<Turret> turrets;[/code] and I have filled it with Turret objects. I h...

Preprocessor Directives
Thanks everyone! That solved the issue.

Preprocessor Directives
A buddy and I are working with SDL on a game. Unfortunately, he is confined to Windows at the momen...

Resizing a Dynamic Memory Array
Thanks. After I thought about it for a bit, I agree.

Class assignment operator
Although I'm no guru, I think the reason that the address is copied rather than the actual values is...