Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
faceless1_14
Ohio
none
Age: 21
I used to think I was a good coder until I showed up here. I do a lot of coding in Java but have a thing for C. I dabble in C++, Scheme, Javascript and different assembly languages.
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
13
votes
When to use a linked list over an array/array list?
arrays
list
arraylist
linked-list
asked Dec 26 '08 at 6:52
stackoverflow.com
13
votes
Write a C program to find the smallest of three integers, without using any of the comparison operators
c
challenge
asked Jun 30 '09 at 20:33
stackoverflow.com
12
votes
Continue keyword in Java
java
keywords
continue
asked Dec 23 '08 at 18:52
stackoverflow.com
11
votes
char x[256] vs. char* = malloc(256*sizeof(char));
c
arrays
malloc
asked Jan 7 '09 at 2:44
stackoverflow.com
9
votes
Smallest Chess Playing Program
language-agnostic
code-golf
chess
asked Aug 6 '09 at 16:07
stackoverflow.com
7
votes
Learning about Java bytecode and the JVM
java
jvm
bytecode
low-level-code
asked Jul 30 '09 at 14:51
stackoverflow.com
5
votes
Different methodologies for solving bugs that only occur in production
debugging
websphere
testing
production
asked Jul 27 '09 at 16:24
stackoverflow.com
Top Answers
11
What is a good C++ editor for Mac OS X?
stackoverflow.com
7
How to create Fibonacci Sequence in Java
stackoverflow.com