SpiceQA
Questions
Tags
Users
Badges
c++-faq
75 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why is "using namespace std;" considered bad practice?
user_176191
0
•
asked Sep 21, 2009
3178
41
1091453
using-directives
std
c++-faq
namespaces
c++
What is the difference between a definition and a declaration?
user_142168
0
•
asked Sep 11, 2009
995
27
427679
c++-faq
c
terminology
What is external linkage and internal linkage?
user_138832
0
•
asked Aug 31, 2009
419
9
171770
c++-faq
c++
Constructor initialization-list evaluation order
user_134702
0
•
asked Aug 7, 2009
286
3
79507
gcc
c++-faq
c++
Why doesn't a derived template class have access to a base template class' identifiers?
user_141023
0
•
asked Aug 6, 2009
44
4
17574
derived-class
templates
c++-faq
c++
What is the difference between const int*, const int * const, and int const *?
Admin
1
•
asked Jul 17, 2009
1679
22
648243
pointers
constants
c++-faq
c
c++
What is the difference between public, private, and protected inheritance in C++?
Admin
1
•
asked May 13, 2009
1180
17
734333
access-specifier
encapsulation
c++-faq
inheritance
c++
Best practices for circular shift (rotate) operations in C++
user_56097
0
•
asked Apr 22, 2009
119
16
140720
bit-manipulation
rotation
c++-faq
c
c++
Is the practice of returning a C++ reference variable evil?
Nick_Bolton_47775
0
•
asked Apr 15, 2009
391
16
351252
c++-faq
reference
c++
Meaning of 'const' last in a function declaration of a class?
Admin
1
•
asked Apr 15, 2009
843
12
314735
declaration
constants
c++-faq
c++
Prev
Prev
4
(current)
5
6
7
8
Next
Next
Hot Questions