What does const& mean?Would big classes count as more complex data types? So am I understanding correctly that const& is o...
What does const& mean?Basically, what does it mean to have for example this: [code]void somefunction(const int &value) { ...
Using rand() function and resetting the seed?Oh, I didn't even notice that. Yeah, I wanted to pick a number between 1 and 2, but apparently I put...
Using rand() function and resetting the seed?So I've actually used rand() happily without any problems so far, but now I faced a problem. I have ...
When to catch an exception?I know how exception handling works, but how should I actually use it in action? Let's say I have so...
This user does not accept Private Messages