Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Charles Bailey earned this badge 113 times |
apr 26 at 2:16
Conditional operator in member-initialization list
apr 12 at 19:30
Inline array initialization
mar 6 at 8:51
Standard Layout c++
feb 12 at 20:00
Inline functions in C++
jan 16 at 9:11
GIT: Adding Local Changes to Non-Current Branch
jan 3 at 19:07
gcc -Wall and -Wunknown-pragmas
dec 22 at 16:56
Git: copy all files in a directory from another branch
dec 11 at 12:36
Resolving a 'both added' merge conflict in git?
oct 20 at 22:49
Finding out when code changed in git
sep 14 at 17:49
git list all available commands
sep 12 at 12:04
What's the best way to replace remote.origin.url in Git?
sep 9 at 15:58
Using a remote repository with non-standard port
aug 9 at 15:22
C++ Try Catch Block does not catch an exception
jul 20 at 8:34
Exception is caught twice
jun 20 '12 at 19:52
enable_shared_from_this (c++0x): what am I doing wrong?
may 7 '12 at 21:41
Viewing a Deleted File in Git
apr 23 '12 at 0:35
What's the difference between istringstream, ostringstream and stringstream? / Why not use stringstream in every case?
apr 13 '12 at 18:17
The constness of a variable and its lifetime
mar 21 '12 at 20:53
What is the performance penalty of operator overloading STL
mar 21 '12 at 17:13
Why there is a copy before assign?
mar 6 '12 at 15:15
STL queue iteration
jan 20 '12 at 13:33
When should I pass “T* const&” type of pointer ?
jan 19 '12 at 0:08
How can I show the name of branches in `git log`
jan 11 '12 at 21:07
Can't use “static” keyword on a static method in a c++ class implementation file (.cpp)
jan 7 '12 at 17:04
Why is this code resolved to true?
jan 2 '12 at 14:22
Boost shared_ptr seems doesn't support operator ==
dec 30 '11 at 23:47
Is public usage of private typedef portable?
dec 20 '11 at 15:02
How to list versioned files in git?
nov 21 '11 at 2:57
Template code won't compile (Deferred lookup)
nov 16 '11 at 20:55
How to clear stringstream?
nov 10 '11 at 12:15
GIT_EDITOR not working with macvim
sep 28 '11 at 10:16
GCC error: cannot convert 'const shared_ptr<…>' to 'bool' in return
aug 3 '11 at 15:44
Iterator to last element in std::list
jul 17 '11 at 9:51
No array allocated using new can have an initializer?
jul 7 '11 at 3:04
Difference of “git add -A” and “git add .”
jun 21 '11 at 15:46
C++: Use memset or a struct constructor? What's the fastest?
jun 16 '11 at 14:45
Can I remove the initial commit from a Git repo?
jun 16 '11 at 12:14
Why a variable can't be defined twice in 2 files in C
jun 10 '11 at 4:16
Under what circumstances is it advantageous to give an implementation of a pure virtual function?
jun 1 '11 at 18:56
Branch from a previous commit using git
may 26 '11 at 8:52
C++ Pointer Confusion
may 16 '11 at 19:06
git: ignore everything except subdirectory
may 11 '11 at 9:11
Using C++ vector::insert() to add to end of vector
may 6 '11 at 15:29
Does deleting a branch in git remove it from the history?
may 5 '11 at 23:15
Confusing Sed One-Liner in Makefile Tutorial
apr 14 '11 at 19:34
How does git handle folder permission?
apr 13 '11 at 22:06
bulk delete in GIT?
mar 15 '11 at 7:13
A virtual member function is used if it is not pure?
mar 4 '11 at 16:44
Different behavior of shift operator with -O2 and without
feb 24 '11 at 3:44
Undoing a git push
feb 12 '11 at 14:46
Why equal to operator does not work if its not surrounded by space?