Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
AraK earned this badge 88 times |
may 26 at 20:33
C++ Object without new
apr 18 at 20:23
ifstream: how to tell if specified file doesn't exist
apr 18 at 3:52
In C++11 is sqrt defined as constexpr?
feb 16 at 22:04
Getting a directory name from a filename
feb 11 at 17:03
Print to console without flooding in C++
nov 26 at 10:59
Understanding some math relating to Euler #12
oct 26 at 22:49
“Use of uninitialised value” despite of memset
oct 20 at 21:14
Rounding Number to 2 Decimal Places in C
oct 13 at 4:52
string initialization
oct 2 at 22:03
C++: const reference parameters
jul 15 '12 at 16:11
Undefined, unspecified and implementation-defined behavior
jun 20 '12 at 14:57
c++: ifstream open problem with passing a string for text file name
jun 20 '12 at 11:02
Recursion - Python, return value question
jun 12 '12 at 15:36
Empty return in Constructor
mar 28 '12 at 21:44
C Static Array Initialization - how verbose do I need to be?
mar 3 '12 at 2:09
What is CHAR_BIT?
mar 1 '12 at 11:27
Size of 64-bit dll 50% larger than 32-bit
feb 21 '12 at 15:03
#include iostream in C?
dec 19 '11 at 7:10
Does a garbage collector collect stack memory, heap memory, or both?
nov 22 '11 at 20:57
Java = operator
nov 20 '11 at 21:55
How do I get the full path for a filename command-line argument?
nov 7 '11 at 12:55
How to determine the Boost version on a system?
oct 26 '11 at 12:08
C++ arrays as function arguments
aug 31 '11 at 20:18
Should BASIC continue to be recommended for non-programmers and beginners?
aug 14 '11 at 14:31
How to append a char to a std::string?
jul 18 '11 at 20:21
Is C++0x collapsing under the weight of new features and the standardization process?
jul 7 '11 at 2:49
C - how to convert a pointer in an array to an index?
may 16 '11 at 6:20
How to allocate memory space without using malloc or new operator?
apr 22 '11 at 12:23
C++ Custom compare function for list::sort
feb 27 '11 at 19:53
Why is C++ relatively “harder” to use/bad choice for a beginner?
feb 2 '11 at 19:48
Which programming language presents a program as a tree?
jan 6 '11 at 16:00
Syntactic sugar vs. feature
aug 30 '10 at 22:30
C++ std::accumulate doesn't give the expected sum
aug 24 '10 at 20:34
How to bound 2 variables in C++ one with other so when one changes changes another?
jul 22 '10 at 13:47
How to make a less than comparison in template meta-programming?
jul 6 '10 at 14:42
C++ inheritance: scoping and visibility of members
jun 13 '10 at 20:27
C++: Is it good practice to make getters and setters inline?
jun 10 '10 at 19:47
Simple c malloc question
may 26 '10 at 16:42
What does the .. in #include “../somefile.h” mean
apr 3 '10 at 21:32
How to print size_t variable portably?
mar 29 '10 at 21:32
What are the differences between break and exit?
mar 23 '10 at 11:07
Modifying reference member from const member function in C++
jan 22 '10 at 17:52
Multidimensional variable size array in C++
jan 21 '10 at 12:32
C++ compiler differences ( VS2008 and g++)
dec 22 '09 at 16:32
Difference between pointer to a reference and reference to a pointer
dec 14 '09 at 14:02
Implementation of a math function
dec 14 '09 at 8:52
How is C# inspired by C++ more than by Java?
dec 14 '09 at 8:07
(c/c++) do copies of string literals share memory in TEXT section?
dec 12 '09 at 0:27
How can I pad an int with leading zeros when using cout << operator?
dec 8 '09 at 23:22
Saying “C & C# are equal by functionality, but not by concept”
nov 11 '09 at 17:37
Use after free error?
nov 10 '09 at 14:47
Why don't STL containers have virtual destructors?