Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Oli Charlesworth earned this badge 124 times |
may 20 at 15:41
What does for(;;) mean?
may 2 at 5:07
Set variable text column width in printf
apr 30 at 19:54
What does “// TODO Auto Generated method stub” mean?
apr 17 at 11:36
How do I find the length of an array?
apr 2 at 6:53
Array Foreach Loop Prints Last Item Only
mar 27 at 20:01
Replacing std::list object given an iterator
mar 22 at 15:43
Why would casting a vararg function parameter matter?
mar 9 at 7:54
Why .equals(null) doesn't work and == null works?
mar 7 at 3:02
implement division with bit wise operator
feb 25 at 5:11
How to know the size of a variable in MATLAB
feb 18 at 16:31
Shall I use cerr
jan 16 at 23:16
How to remove untracked files in SVN
jan 16 at 15:16
c# else if () versus multiple if ()
jan 15 at 2:06
How can I convert a pointer to a reference?
jan 14 at 17:01
javascript comma operator in java
jan 13 at 2:26
How to format string using write function?
jan 9 at 17:09
process all arguments but first
jan 8 at 18:17
One-byte bool. Why?
jan 6 at 16:05
Why does int*[] decay into int** but not int[][]?
jan 1 at 16:31
Does an uncompressable string exist?
jan 1 at 16:21
Usage of if, else, and else if
oct 18 at 20:33
how to convert double to 2 number after the dot?
oct 1 at 11:18
allocating shared memory
aug 25 at 1:36
Why does RTTI seem frowned upon?
aug 10 at 11:58
What is the meaning of a const at end of a member function?
jul 21 at 11:27
Error: “expected '(' before string constant”
jul 15 at 19:16
How can i know my array is in cache?
jul 14 at 1:19
When and why to declare member variables on the heap C++
jul 13 at 5:09
Why is the range of signed byte is from -128 to 127 (2's complement) and not from -127 to 127?
jul 8 at 5:27
K&R style function definition compile using g++
jul 8 at 0:22
What does malloc do in this situation?
jul 1 at 12:00
Variable not expanding in Perl string?
jun 24 '12 at 18:18
sizeof operator compile-time or run-time
jun 18 '12 at 17:11
Need help understanding this for loop code in C
jun 17 '12 at 14:16
Free memory allocated in a different function?
jun 16 '12 at 16:16
Non-standard signature of main() compiles successfully
jun 15 '12 at 5:36
C++ random number 1-9
jun 12 '12 at 15:26
double truncates at 7 characters of output
jun 9 '12 at 4:50
How to iterate over a 2D array with a single loop?
jun 8 '12 at 10:00
What is the non-pointer equivalent of NULL?
may 26 '12 at 1:27
What does posix_memalign/memalign do
may 16 '12 at 3:03
Problems with String[]
may 15 '12 at 23:03
How to copy or concatenate two char*
may 9 '12 at 16:52
Calling a function on every element of a C++ vector
apr 30 '12 at 16:37
Is the first operation supposed to be faster and if so then Why?
apr 30 '12 at 2:22
Standard Template Library lists - doubly linked or circularly linked?
apr 25 '12 at 14:21
In which cases is the copy constructor called, if a container is copied
apr 16 '12 at 22:32
What is happening? Three different types for the same stuff in four lines of code?
apr 9 '12 at 18:41
#ifndef syntax for include guards in C++
apr 5 '12 at 22:55
C++ Template Class with Static Members - Same for all types of the class
apr 4 '12 at 12:35
gcc options: warning on non-void functions without a return statement