Recent questions tagged 11

0 votes
0 answers

What is the relationship between iostream and namespace std?

Sep 22, 2022 in Others by gaurav
• 23,580 points
1,456 views
0 votes
1 answer

What's the difference between constexpr and const?

Aug 3, 2022 in C++ by Nicholas
• 7,760 points
2,075 views
0 votes
1 answer
+1 vote
0 answers

Using push_back vs at in a vector in C++

Jul 22, 2022 in C++ by Nicholas
• 7,760 points
727 views
0 votes
0 answers
0 votes
0 answers

Why doesn't C++ have a garbage collector?

Jul 5, 2022 in C++ by Nicholas
• 7,760 points
913 views
0 votes
1 answer

c++ constructor and copy constructor

Jun 22, 2022 in C++ by Nicholas
• 7,760 points
1,915 views
0 votes
1 answer

How does #include <bits/stdc++.h> work in C++? [duplicate]

Jun 21, 2022 in C++ by Nicholas
• 7,760 points
9,706 views
0 votes
1 answer

C++ override inherited methods

Jun 15, 2022 in C++ by Nicholas
• 7,760 points
938 views
0 votes
1 answer

What is a lambda expression in C++11?

Jun 15, 2022 in C++ by Nicholas
• 7,760 points
801 views
0 votes
1 answer
0 votes
1 answer

C++ auto keyword. Why is it magic?

Jun 6, 2022 in C++ by Nicholas
• 7,760 points
1,076 views
0 votes
1 answer

The new syntax "= default" in C++11

Jun 2, 2022 in C++ by Nicholas
• 7,760 points
836 views
0 votes
1 answer
0 votes
1 answer

Why would anyone use set instead of unordered_set?

May 31, 2022 in C++ by Nicholas
• 7,760 points
3,631 views
0 votes
0 answers

Is hiding implementation detail Encapsulation or Abstraction?

May 6, 2022 in Java by narikkadan
• 86,360 points
3,966 views