Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Nikolai N Fetissov earned this badge 41 times |
may 10 at 16:26
Use of clock_getres - newbie Linux C
apr 5 at 16:44
privately or publicly inherit from boost::non_copyable?
mar 14 at 23:45
Getting a list of used libraries by a running process (unix)
feb 25 at 21:02
structure padding and structure packing
feb 8 at 11:45
questions about name mangling in C++
jan 10 at 20:35
linker error - linker input file unused because linking not done. then undefined reference to a function in that file
jan 1 at 1:46
c malloc for two dimensional array
nov 4 at 8:38
inline function linker error
aug 28 at 2:38
Simple Socket Server in Bash?
aug 6 at 10:08
Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?
jul 27 at 0:39
Defining global constant in C++
may 29 '12 at 20:47
what's the point of std::unique_ptr::get
nov 6 '11 at 18:04
How do I declare a function that returns a function pointer?
oct 4 '11 at 2:10
Will GCC inline a function that takes a pointer?
sep 27 '11 at 16:40
Why is the Loki library not more widely used?
sep 23 '11 at 5:07
What is stack unwinding?
may 30 '11 at 14:42
How to modify memory contents using GDB?
feb 6 '11 at 0:21
Is `y = x = x + 1;` undefined behavior?
feb 3 '11 at 18:12
Functions with class arguments are leaked from a namespace?
jan 13 '11 at 13:37
Memory Allocation char* and char[]
nov 23 '10 at 16:46
C# versus C++ performance
oct 29 '10 at 3:27
static pointer to itself!
oct 6 '10 at 16:39
Equivalent of InterlockedIncrement in Linux/gcc
aug 12 '10 at 15:31
dangling pointer example
aug 11 '10 at 14:25
C++ STL Set: Cannot find() last element inserted
jul 29 '10 at 19:18
When several threads are blocked on a lock, in what order do they resume running?
jul 20 '10 at 2:24
Analog of COM programming in Linux/UNIX
jul 11 '10 at 22:21
How to encrypt a program for defense against disassembly?
jul 6 '10 at 20:32
Declaring and initializing variable in for loop
jul 6 '10 at 12:02
How can a program on Linux introspect its pid?
jun 16 '10 at 1:17
How do I know if a function has been inlined or not?
apr 6 '10 at 15:22
How often will a programmer be asked to write a makefile file?
mar 31 '10 at 21:47
What is the best way to wait for a variable in a multithreaded application
jan 13 '10 at 23:02
C++ Abstract class operator overloading and interface enforcement question
jan 13 '10 at 18:47
General C++ Performance Improvement Tips
jan 9 '10 at 9:22
std::vector::reserve performance penalty
nov 17 '09 at 8:47
Should I inherit from std::exception?
nov 3 '09 at 20:57
How could this manner of writing code be called?
sep 10 '09 at 14:52
STL container assignment and const pointers
jul 24 '09 at 14:12
Resolve circular typedef dependency?