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,260 points
898 views
0 votes
1 answer

What's the difference between constexpr and const?

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

c++ constructor and copy constructor

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

C++ override inherited methods

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

What is a lambda expression in C++11?

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

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

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

Is hiding implementation detail Encapsulation or Abstraction?

May 6, 2022 in Java by narikkadan
• 63,600 points
3,136 views