User: mackabee

  • Public profile

User profile: mackabee

User info
User name:mackabee
History
Joined:
Number of posts:152
Latest posts:

variadic template use?
Np, and thanks for the question. It gave me a reason to go read about variadic templates :D

variadic template use?
[code]template <class T, class S> void _addData(T* ptr, Container<S>& c) { c.addData(ptr); }...

Pointers: Use for speed enhancement?
Use references when passing vector and be sure to call vector::reserve before you start reading the ...

Please help, class is incorrect.
Indent your code properly. This is a nightmare to read. [quote]Player::exp is unidentified[/quote] ...

Is This Template Wrong?
Uh that's a completely different function lol It would be pretty bad practice to name a function "C...

This user does not accept Private Messages