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,274 views
0 votes
1 answer

What's the difference between constexpr and const?

Aug 3, 2022 in C++ by Nicholas
• 7,760 points
1,806 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
631 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
800 views
0 votes
1 answer

c++ constructor and copy constructor

Jun 22, 2022 in C++ by Nicholas
• 7,760 points
1,790 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,243 views
0 votes
1 answer

C++ override inherited methods

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

What is a lambda expression in C++11?

Jun 15, 2022 in C++ by Nicholas
• 7,760 points
678 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
914 views
0 votes
1 answer

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

Jun 2, 2022 in C++ by Nicholas
• 7,760 points
697 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,389 views
0 votes
0 answers

Is hiding implementation detail Encapsulation or Abstraction?

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