User profile: DeepBlack

User info
User name:DeepBlack
History
Joined:
Number of posts:36
Latest posts:

"undefined reference to" error when accessing a static variable inside member function
Thanks indeed, that worked!

"undefined reference to" error when accessing a static variable inside member function
I am modifying a set of static variables inside of the class's member function. The static variables...

struct dereference operator
given [code]typedef struct ex1 { int i; void* p; }struct_ex1;[/code] is [code](stru...

difference between const <type>& and const <type>
Thank you for the responses! [quote]...is purely implementation-defined because an implementation m...

difference between const <type>& and const <type>
I came across the following declaration of vector, [code]typedef std::vector<const xyz&> xyzTyp...