Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Jerry Coffin earned this badge 42 times |
apr 19 at 17:29
How to use read() to read data until the end of the file
apr 17 at 18:12
Write-Only pointer type
mar 21 at 1:45
C++ alternative to perror()
mar 18 at 14:42
Error when I tried to concatenate two strings
mar 1 at 17:36
What is Microsoft Document Explorer 2008 used for?
feb 21 at 2:28
About reducing the branch miss prediciton
feb 1 at 19:50
Is there possibility to invoke other methods/instructions before main() when running the code
jan 29 at 22:43
Confused about std::runtime_error vs. std::logic_error
jan 19 at 4:03
function vs variable declaration in C++
jan 18 at 8:33
Does constexpr imply inline?
jan 14 at 21:46
string operator overloading in c++ - I really don't get it
dec 20 at 0:10
Why only declare functions in headers
oct 31 at 9:57
Optimisation for a brainfuck interpreter
oct 10 at 11:01
inline virtual function
sep 12 at 23:39
(post deleted or otherwise unavailable)
aug 8 at 18:01
How do I get the current color of a fragment?
jun 29 at 12:04
How does a parser (for example, HTML) work?
apr 25 '12 at 21:46
Can strcpy affect strcmp results in c language?
mar 14 '12 at 9:04
(post deleted or otherwise unavailable)
feb 27 '12 at 13:12
Nifty/Schwarz counter, standard compliant?
jan 12 '12 at 19:22
Static field of an incomplete type - is it legal?
dec 13 '11 at 12:39
Factorial-time algorithms and P/NP
sep 8 '11 at 12:03
If I jump out of a catch-block with “goto”, am I guaranteed that the exception-object will be free'ed?
feb 21 '11 at 20:06
Can we have a body for the default constructor in C++?
dec 11 '10 at 11:49
Getting Shaders to Run on the GPU
oct 18 '10 at 14:40
Plain Old Data types with private members?
oct 8 '10 at 1:45
Implicit Type Conversion
oct 1 '10 at 8:21
Vector initializing slower than array…why?
oct 1 '10 at 8:11
What is the difference between (type)value and type(value)?
oct 1 '10 at 7:17
Which sorting algorithm is used by STL's list::sort()?
oct 1 '10 at 5:29
Is this self initialization valid?
aug 9 '10 at 17:35
How can I sort the vector elements using members as the key in C++
mar 17 '10 at 20:27
Operator + for matrices in C++
oct 26 '09 at 22:12
Is the use of previously defined members as part of later members in an enum definition legal?
oct 23 '09 at 17:27
What's the difference between std::string::c_str and std::string::data?