Badge
| Notable Question | Asked a question with 2,500 views. This badge can be awarded multiple times. |
jackhab earned this badge 27 times |
may 14 at 12:41
Examining function return value in GDB
mar 21 at 0:00
Should I preallocate std::stringstream?
feb 28 at 21:56
RuntimeError: maximum recursion depth exceeded
feb 21 at 20:44
What do I get from front() of empty std container?
feb 17 at 7:54
How many threads to create and when?
sep 28 at 6:42
Blocking read from FIFO via ifstream object
aug 13 at 19:13
Virtual base class data members
jun 23 at 0:03
Iterating over every two elements in a list
jun 13 '12 at 14:11
remove elements with specific value from std::list
jun 13 '12 at 5:01
get C++ object name in run time
apr 23 '12 at 5:20
pthread conditional variable
feb 16 '12 at 15:00
attaching char buffer to vector<char> in STL
dec 8 '11 at 21:05
creating custom android keyboard layout
nov 17 '11 at 20:43
STL queue iteration
nov 12 '11 at 23:12
Object pool vs. dynamic allocation
oct 25 '11 at 17:45
warning: returning reference to temporary
aug 16 '11 at 3:27
Should a buffer of bytes be signed or unsigned char buffer?
may 10 '11 at 20:38
std::string comparison (check whether string begins with another string)
mar 31 '11 at 11:47
How can Derived class inherit a static function from Base class?
nov 19 '10 at 4:20
C++ style cast from unsigned char * to const char *
sep 30 '10 at 3:54
error: ‘NULL’ was not declared in this scope
sep 16 '10 at 7:14
timer class in linux
may 21 '10 at 6:13
Try/Catch a segmentation fault on Linux
mar 29 '10 at 23:42
How to cast a pointer in C++