Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Jerry Coffin earned this badge 44 times |
may 21 at 5:18
error: use of deleted function
may 2 at 1:42
dynamic array IN struct, C
apr 17 at 7:46
Write-Only pointer type
apr 9 at 23:38
Why did java have the reputation of being slow?
mar 30 at 17:03
Where can I find the C++11 standard papers?
mar 21 at 7:30
Correct format specifier for double in printf
jan 18 at 3:17
Easy framework for OpenGL Shaders in C/C++
dec 21 at 15:46
Is the “struct hack” technically undefined behavior?
dec 7 at 11:05
Why is std::vector so much more popular than std::deque?
dec 7 at 8:05
Why is the copy-constructor argument const?
oct 15 at 7:47
Can code that is valid in both C and C++ produce different behavior when compiled in each language?
sep 17 at 8:24
How come an array's address is equal to its value in C?
aug 20 at 20:33
mixing cout and printf for faster output
aug 10 at 19:53
Difference between 'new operator' and 'operator new'?
jun 17 '12 at 23:31
Including header files in C/C++ just once
apr 12 '12 at 14:02
AES vs Blowfish for file encryption
mar 17 '12 at 5:43
Why does a programming language need keywords?
jan 16 '12 at 14:23
What is the difference between (type)value and type(value)?
jan 9 '12 at 5:17
Read whole ASCII file into C++ std::string
jan 5 '12 at 22:28
C++ valarray vs. vector
dec 2 '11 at 4:48
Why pure virtual function is initialized by 0?
nov 22 '11 at 1:12
How do I iterate over cin line by line in C++?
nov 9 '11 at 21:40
How is “int* ptr = int()” value initialization not illegal?
sep 28 '11 at 4:24
What does =+ mean in C?
jun 27 '11 at 10:18
what is the official name of C++'s arrow (->) operator?
apr 15 '11 at 13:56
Is C# really slower than say C++?
nov 12 '10 at 21:26
Why should casting be avoided?
oct 29 '10 at 12:20
Why can't I inherit from int in C++?
aug 17 '10 at 22:17
(post deleted or otherwise unavailable)
aug 11 '10 at 2:30
Is this undefined C behaviour?
aug 5 '10 at 4:36
Explain C++ SFINAE to a non-C++ programmer
jul 27 '10 at 20:48
(post deleted or otherwise unavailable)
jul 22 '10 at 23:57
Is this self initialization valid?
may 27 '10 at 23:07
Can knowing C actually hurt the code you write in higher level languages?
feb 18 '10 at 16:12
(post deleted or otherwise unavailable)
dec 4 '09 at 23:27
Can someone copyright a SQL query?
nov 30 '09 at 23:52
What C++ idioms should C++ programmers use?