Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Luchian Grigore earned this badge 129 times |
apr 29 at 15:21
C++ Why does the compiler not accept this function
apr 26 at 10:41
Does std::cout have a return value?
mar 4 at 17:19
How to ignore the following compiler warning?
feb 14 at 9:11
Does C++11 guarantee that “int a[8] = {};” is semantically equivalent to “int a[8]{};”?
jan 29 at 0:12
sizeof works unusual at c++ after array creation
jan 18 at 15:13
Should I use public or private variables?
jan 16 at 14:46
Compare two std::strings in c++
jan 15 at 13:06
Weird conditional format
dec 28 at 20:58
Why does my strlen function keep “crashing”?
dec 21 at 0:06
Definition of Equality
dec 20 at 18:16
What's wrong with “5”? Everything is just fine on the paper
dec 20 at 14:36
(post deleted or otherwise unavailable)
dec 19 at 9:20
Recursion using main() function
dec 19 at 6:55
What is &&& operation in C
dec 16 at 23:40
Why does std::map not have a const accessor?
dec 13 at 10:43
Why use two '!' operators on a boolean value?
dec 6 at 8:19
int a = 0 and int a(0) differences
dec 4 at 20:53
Calling a Java method with no name
nov 27 at 20:05
Operator overloading c++ (=)
nov 22 at 3:43
What does “class” mean in a constructor?
nov 20 at 18:07
How can you assign a value to the pointer 'this' in C++
nov 7 at 10:14
Max length of a string literal?
nov 1 at 21:02
String.find returns true always (C++)
oct 30 at 19:40
Why does double x = 0,1; not compile?
oct 30 at 13:30
How many primitive steps in y=x++?
oct 30 at 10:25
static array class variable “multiple definition” C++
oct 29 at 18:55
Function for C++ struct
oct 26 at 17:49
Whats better to use in C++11 , Zero or NULL?
oct 24 at 20:39
Generating functions with macros in C++
oct 22 at 19:29
C++ Help for pointer especially “->” operator
oct 22 at 15:34
Interview : Is it possible to create a class without name?
oct 20 at 13:43
Why is padding added for multiple data members of structures and not for single members?
oct 19 at 19:08
Arithmetic C++ Operators
oct 11 at 21:52
In c++ why does it take so much longer to compile lots of smaller files than larger files?
oct 11 at 20:32
C++ default function parameter
oct 11 at 13:57
vector::clear in C++
oct 10 at 23:31
Parentheses and logical operators
oct 9 at 14:36
Strange behaviour of << (as at least seems to me)
oct 4 at 7:58
c++ copy constructor signature : does it matter
oct 1 at 14:08
“IF” argument evaluation order?
sep 26 at 15:52
Return a value depending of type
sep 21 at 16:01
Sum of elements equal a value, any good Algorithm?
sep 18 at 18:41
Is += faster than -=?