Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
Keand64
United States
Age: 18
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
42
votes
Is there any overhead to declaring a variable within a loop? (C++)
c++
loops
variable-declaration
asked Jun 11 '09 at 18:59
stackoverflow.com
33
votes
How to create a template function within a class? (C++)
c++
templates
function
class
asked Jun 9 '09 at 19:50
stackoverflow.com
30
votes
Are static members inherited? (C++)
c++
inheritance
static
asked Jun 15 '09 at 20:38
stackoverflow.com
21
votes
How to view the assembly behind the code using Visual C++?
visual-c++
assembly
asked Jun 19 '09 at 23:40
stackoverflow.com
15
votes
Is there any kind of “expression class” (C++)
c++
expression
asked Jun 10 '09 at 21:27
stackoverflow.com
14
votes
How efficient is an if statement compared to a test that doesn't use an if? (C++)
c++
c
if-statement
micro-optimization
asked Jun 9 '10 at 20:31
stackoverflow.com
14
votes
What is the difference between WM_QUIT, WM_CLOSE, and WM_DESTROY in a windows program?
c++
windows
messages
asked Jul 1 '10 at 7:24
stackoverflow.com
11
votes
Is there a way to convert from a string to pure code in C++?
text
asked May 5 '09 at 3:37
stackoverflow.com
8
votes
What is the difference between a .cpp file and a .h file?
c++
header
include
asked May 17 '09 at 20:54
stackoverflow.com
8
votes
How to make a function return a pointer to a function? (C++)
c++
return-value
function-pointers
asked Jun 15 '09 at 19:09
stackoverflow.com
1
2
3
next
Top Answers
8
Why does C have a distinction between -> and .?
stackoverflow.com
Stack Exchange works best with JavaScript enabled