Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Charles Salvia earned this badge 51 times |
may 18 at 19:25
How to remove a specific pair from a C++ multimap?
apr 26 at 17:17
Is a wide character string literal starting with L like L“Hello World” guaranteed to be encoded in Unicode?
feb 25 at 13:27
<< and >> in C++
feb 19 at 14:26
Moving an object into a map
jan 31 at 5:34
choose which constructor in c++
dec 13 at 21:43
Why is std::less a class template?
nov 9 at 17:20
What is exact meaning of “ad hoc” in programming?
oct 11 at 18:47
How to determine if a string is a number with C++?
oct 5 at 10:13
Using boost thread and a non-static class function
jul 19 at 15:18
Which C++ logical operators do you use: and, or, not and the ilk or C style operators? why?
jun 6 '12 at 18:34
Fastest way to write large STL vector to file using STL
may 24 '12 at 17:27
Why should exceptions be used conservatively?
mar 27 '12 at 18:49
C Char pointers
mar 2 '12 at 7:24
A very simple C++ web crawler/spider?
feb 18 '12 at 6:25
How to get an average in C++?
feb 10 '12 at 18:19
Strange error, set<int>::begin() always returning const iterator
may 23 '11 at 21:16
How to get MAC address of your machine using a C program?
jan 23 '11 at 0:57
When to use overloaded assignment operator?
jan 17 '11 at 22:37
Can an exe be smaller than its largest declared buffer?
jan 15 '11 at 14:10
Any Disadvantage to using String (C++)
jan 7 '11 at 23:50
Is `errno` thread-safe?
nov 13 '10 at 16:32
How to use valgrind effectively
nov 10 '10 at 15:11
why call operator new explicitly
nov 3 '10 at 20:02
What does the unary plus operator do?
nov 3 '10 at 15:06
How can I make a portable executable?
nov 2 '10 at 12:26
Why do we use printf() function in C++?
jun 23 '10 at 9:22
Should C++ programmer avoid memset?
jan 6 '10 at 19:52
How can I call a method given only its name?
dec 29 '09 at 21:12
For real-time application, which is better C or C++?
dec 23 '09 at 23:02
valgrind report memory leak when assign a value to a string
dec 18 '09 at 19:47
simple wildcard match with std::string
dec 14 '09 at 16:22
Cross-platform OOP in C++
dec 11 '09 at 15:22
Why is `i = ++i + 1` unspecified behavior?
dec 10 '09 at 22:32
Segmentation fault on large array sizes
dec 7 '09 at 1:57
What's the difference between Boost.MPI and Boost.Interprocess?
dec 5 '09 at 1:52
which type of sorting is used in the function sort()?
dec 3 '09 at 15:17
Why is my insert into std::map failing?
nov 24 '09 at 2:22
(post deleted or otherwise unavailable)
nov 21 '09 at 0:17
Why do you prefer char* instead of string, in C++?
nov 19 '09 at 16:02
What is the fastest sorting algorithm in C++?
nov 18 '09 at 3:27
Assigning to pointer immediately after deleting
nov 15 '09 at 4:22
Name of C/C++ stdlib naming convention?
nov 11 '09 at 21:12
Examples of PHP In C++
nov 4 '09 at 7:17
Which is faster, writing raw data to a drive, or writing to a file?
oct 29 '09 at 7:12
What is the name of this operator: “-->”?
oct 27 '09 at 19:42
Maintain reference to any object type in C++?