Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Jerry Coffin earned this badge 276 times |
may 22 at 15:19
C - Convert time_t to string with format YYYY-MM-DD HH:MM:SS
may 17 at 7:42
What's the performance of the “address of” operator &?
may 13 at 16:25
Determine the current HINSTANCE?
may 11 at 14:37
C++ triple equals?
may 9 at 13:19
cant make sense of LARGE_INTEGER struct
may 3 at 6:35
counting the number of lines in a text file
apr 30 at 15:07
Will “&a+1 > &a” cause an undefined behaviour
apr 19 at 16:08
How to use read() to read data until the end of the file
apr 17 at 1:16
Write-Only pointer type
apr 4 at 11:46
Declare an “unsigned T”
apr 2 at 1:12
How can I use cout<<myclass?
apr 1 at 19:56
Limit CPU usage of a process
mar 25 at 11:57
Diffie-Hellman in place of SSL?
mar 21 at 0:05
C++ alternative to perror()
mar 17 at 19:37
how do I initialize a float to its max/min value?
mar 17 at 19:07
Why use make over a shell script?
mar 17 at 16:52
How to convert integer to hexadecimal in C?
mar 14 at 15:44
Error when I tried to concatenate two strings
mar 8 at 6:33
Overriding vs Virtual
mar 6 at 4:31
no default constructor exists for class
mar 5 at 1:04
Initializing a C++ vector to random values… fast
mar 1 at 17:26
What is Microsoft Document Explorer 2008 used for?
feb 24 at 9:00
How to set initial size of stl:: vector?
feb 21 at 1:58
About reducing the branch miss prediciton
feb 20 at 12:02
If I know Windows kernel, what can I do?
feb 18 at 21:16
Odd loop does not work using %c
feb 18 at 10:16
Inheritance: 'A' is an inaccessible base of 'B'
feb 15 at 12:42
When to use the Visual studio Additional dependencies?
feb 14 at 4:11
Where is the C auto keyword used?
feb 1 at 17:35
Is there possibility to invoke other methods/instructions before main() when running the code
jan 29 at 20:13
Confused about std::runtime_error vs. std::logic_error
jan 22 at 11:54
kernel space vs user space
jan 19 at 2:28
function vs variable declaration in C++
jan 18 at 8:13
Does constexpr imply inline?
jan 14 at 20:11
string operator overloading in c++ - I really don't get it
jan 14 at 19:51
C++: sizeof for array length
dec 20 at 16:46
C# versus C++ performance
dec 19 at 22:45
Why only declare functions in headers
dec 19 at 3:30
Is std::vector memory freed upon a clear?
dec 5 at 18:28
In C/C++ is x[i] * y[i++] always equal to x[i] * y[i]
nov 29 at 23:21
crawler vs scraper
nov 27 at 17:05
Why list::push_back much slower in VC++ than g++?
nov 20 at 14:02
string to float conversion?
nov 13 at 20:12
Why don't I get 0, 1, 2 as output?
nov 13 at 20:12
how is auto implemented in C++11
nov 13 at 10:52
Print part of a string in C
nov 6 at 0:40
Why is fastcall slower than stdcall?
nov 2 at 13:47
Easiest way to convert int to string in C++