Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
Matt
Boston, MA
Age: 20
hobbyist programmer
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
15
votes
Initializing circular data in C. Is this valid C code according to any standard?
c
gcc
circular-reference
static-initialization
recursive-datastructures
asked May 29 '12 at 20:36
stackoverflow.com
11
votes
In C++, is a constructor with only default arguments a default constructor?
c++
constructor
default-constructor
default-arguments
asked Jun 28 '12 at 18:23
stackoverflow.com
11
votes
In C#, why do interface implementations have to implement a another version of a method explicitly?
c#
.net
interface
explicit-implementation
asked Dec 19 '12 at 19:42
stackoverflow.com
6
votes
Does a templated constructor override the implicit copy constructor in C++?
c++
templates
copy-constructor
asked Jun 13 '12 at 13:48
stackoverflow.com
6
votes
Is there anyway to specialize a template based on the members of a parameter in C++?
c++
templates
template-specialization
template-meta-programming
asked Jun 19 '12 at 19:05
stackoverflow.com
5
votes
In R6RS Scheme, is there a way to get the current environment for use with eval?
scheme
eval
environment
r6rs
asked Jul 5 '11 at 15:03
stackoverflow.com
5
votes
How are shifts implemented on the hardware level?
cpu
processor
bit-shift
circuit
alu
asked Jun 7 '12 at 13:15
stackoverflow.com
5
votes
In Go, does a break statement break from a switch/select?
select
switch-statement
go
break
asked Jun 19 '12 at 15:16
stackoverflow.com
5
votes
What is the purpose of the 'and', 'or', etc. keywords in C++?
c++
operators
operator-keyword
keyword
asked Jun 28 '12 at 18:12
stackoverflow.com
Top Answers
31
Most pythonic way to delete a file which may not exist
stackoverflow.com
6
extract last two fields from split
stackoverflow.com
6
Why do programs in C compile even when the return statement is missing?
stackoverflow.com
Stack Exchange works best with JavaScript enabled