Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Alexandre C. earned this badge 42 times |
mar 24 at 11:41
Gauss Elimination for NxM matrix
mar 11 at 21:21
When to use shared_ptr and when to use raw pointers?
mar 9 at 17:49
default constructor value for bool type
feb 23 at 15:24
Solving a simultaneous equation through code
jan 17 at 15:27
std::unique_ptr with an incomplete type won't compile
dec 21 at 18:16
How to write portable code in c++?
oct 20 at 14:18
What is the difference between “++” and “+= 1 ” operators?
jul 26 at 14:38
Should mutexes be mutable?
jul 22 at 15:13
Does the term “monad” apply to values of types like Maybe or List, or does it instead apply only to the types themselves?
may 16 '12 at 13:28
c++ more effective way to write this two lines of code comperison to one short line
mar 21 '12 at 4:58
Can we alias a class name the way we do in namespaces?
dec 21 '11 at 16:13
Why 1103515245 is used in rand?
nov 25 '11 at 16:14
Why should I initialize static class variables in C++?
nov 3 '11 at 14:09
C++ trick to ensure deallocation of a vector, but compilation problems with GNU g++
sep 9 '11 at 16:18
Quadratic equation in Ada
aug 4 '11 at 9:55
Mystical restriction on std::binary_search
aug 4 '11 at 9:55
Elegant error checking
aug 3 '11 at 15:49
Dynamic downcast on private inheritance within private scope
jul 6 '11 at 13:49
NaN handled differently in different g++ versions
jun 9 '11 at 4:55
C++ Safe Exception Handling
may 28 '11 at 15:47
Floating point constants in templated code
may 18 '11 at 11:35
Puzzle: To escape the check of typeid
may 16 '11 at 22:25
Is this well defined code?
may 10 '11 at 15:14
C++ : restrict access to the superclass' methods selectively?
mar 7 '11 at 12:33
Why does my C program output this?
jan 17 '11 at 12:07
What does “class :” mean in C++?
dec 27 '10 at 21:32
Definitions of sqrt, sin, cos, pow etc. in cmath
nov 23 '10 at 20:07
C# versus C++ performance
sep 14 '10 at 12:03
Biggest number in computer ever
sep 6 '10 at 15:25
Implementing the copy constructor in terms of operator=
jul 23 '10 at 21:22
Am I misunderstanding assert() usage?
jul 23 '10 at 11:12
Is it possible to optimize this function?
jul 19 '10 at 16:39
Standard predicates for STL count_if
jul 16 '10 at 15:01
c language. Return type of a function
jul 13 '10 at 20:01
How to calculate indefinite integral programmatically
jul 13 '10 at 18:16
Algorithm to cover maximal number of points with one circle of given radius
jul 12 '10 at 16:41
Does Big O Measure Memory Requirments Or Just Speed?
jun 29 '10 at 12:52
what is a good alternative to this ugly construct, in c++?