Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
Matt Price
United States
none
... one of these days
Age: 32
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
28
votes
#pragma once vs include guards?
c++
coding-style
asked Jul 17 '09 at 15:18
stackoverflow.com
20
votes
Reader/Writer Locks in C++
c++
multithreading
locking
asked Oct 28 '08 at 18:26
stackoverflow.com
10
votes
How do I check out a file from perforce in python?
python
scripting
perforce
asked Oct 8 '08 at 18:33
stackoverflow.com
7
votes
How do I configure the ip address with CherryPy?
python
cherrypy
asked Sep 22 '08 at 16:04
stackoverflow.com
6
votes
What happens when QueryPerformanceCounter is called?
c++
windows
winapi
timing
asked Nov 12 '09 at 16:45
stackoverflow.com
Top Answers
106
what is the difference between const int*, const int * const, int const *
stackoverflow.com
59
Remove spaces from std::string in C++
stackoverflow.com
27
How do you create a static class in C++?
stackoverflow.com
26
To STL or !STL, that is the question
stackoverflow.com
18
What are the differences between pointer variable and reference variable in C++?
stackoverflow.com
17
What are some good compilers to use when learning C++?
stackoverflow.com
14
What is the most simple/elegant way to calculate the length of a number written as text?
stackoverflow.com
10
Forcing single-argument constructors to be explicit in C++?
stackoverflow.com
10
C++: Multi threading and reference counting
stackoverflow.com
7
Coding for fun
stackoverflow.com
7
GCC problem : using a member of a base class that depends on a template argument
stackoverflow.com
7
using exceptions for non-error purposes
stackoverflow.com
7
What do I do when my joke non-answer is accepted?
meta.stackoverflow.com
6
C++ inheritance and member function pointers
stackoverflow.com
6
Any experiences with Intel's Threading Building Blocks?
stackoverflow.com
6
What's on your C++ cheatsheet?
stackoverflow.com
6
C++: generate gaussian distribution
stackoverflow.com
6
reduce the capacity of an stl vector
stackoverflow.com
6
C++0x will no longer have concepts. Opinions? How will this affect you?
stackoverflow.com
5
What is the best C++ book for an intermediate to expert developer?
stackoverflow.com
5
Is it legal to pass a newly constructed object by reference to a function?
stackoverflow.com