User profile: fugu

User info
User name:fugu
History
Joined:
Number of posts:2
Latest posts:

what's wrong with this
Your shuffle function calls swap with inputs of type CardType &, so references to CardTypes. Swap is...

Updating private members - unnecessary copy overhead?
Hi folks, I have a function void update(gsl_vector * x) and as the name suggests update changes t...