Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Oli Charlesworth earned this badge 229 times |
may 20 at 15:41
What does for(;;) mean?
may 6 at 10:32
What does an assignment return?
may 2 at 4:22
Set variable text column width in printf
apr 30 at 18:49
What does “// TODO Auto Generated method stub” mean?
apr 26 at 18:37
sorting a vector of structs
apr 17 at 11:36
How do I find the length of an array?
apr 11 at 22:45
C++ typedef enum and just enum
apr 2 at 6:23
Array Foreach Loop Prints Last Item Only
mar 29 at 4:47
modulus operand in ruby compared to php
mar 27 at 18:56
Replacing std::list object given an iterator
mar 26 at 13:15
the volatile keyword in C language?
mar 22 at 15:28
Why would casting a vararg function parameter matter?
mar 20 at 10:29
How to run a C program on Ubuntu?
mar 7 at 17:18
Using i and j as variables in Matlab
mar 7 at 2:57
implement division with bit wise operator
mar 3 at 21:28
Why .equals(null) doesn't work and == null works?
feb 25 at 5:06
How to know the size of a variable in MATLAB
feb 22 at 17:46
How to convert Double.POSITIVE_INFINITY to BigDecimal?
feb 18 at 15:26
Shall I use cerr
jan 20 at 23:14
Why isn't Random class static?
jan 16 at 23:06
How to remove untracked files in SVN
jan 16 at 0:26
c# else if () versus multiple if ()
jan 15 at 1:51
How can I convert a pointer to a reference?
jan 14 at 14:21
javascript comma operator in java
jan 14 at 7:21
Why I need C header files?
jan 13 at 22:17
Interface-sensitive operations in Java
jan 13 at 2:11
How to format string using write function?
jan 9 at 16:14
process all arguments but first
jan 8 at 17:32
One-byte bool. Why?
jan 7 at 16:16
How does this for-loop actually work?
jan 6 at 15:45
Why does int*[] decay into int** but not int[][]?
jan 2 at 18:42
simpler form of std::unordered_map::insert?
jan 1 at 16:01
Usage of if, else, and else if
jan 1 at 15:46
Does an uncompressable string exist?
oct 18 at 19:58
how to convert double to 2 number after the dot?
oct 1 at 10:08
allocating shared memory
sep 25 at 13:07
Are PHP short tags acceptable to use?
sep 24 at 16:17
Android/Java: Rounding up a number to get no decimal
sep 16 at 11:34
Java XNOR operator
sep 12 at 4:24
Cannot cast array to pointer
aug 18 at 0:36
How does a C++ object access its member functions?
aug 10 at 10:58
What is the meaning of a const at end of a member function?
jul 21 at 11:17
Error: “expected '(' before string constant”
jul 15 at 15:56
How can i know my array is in cache?
jul 13 at 21:19
When and why to declare member variables on the heap C++
jul 12 at 13:34
initializing char array with spaces