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

What's the difference between constexpr and const?

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

c++ constructor and copy constructor

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

C++ override inherited methods

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

What is a lambda expression in C++11?

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

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

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

Is hiding implementation detail Encapsulation or Abstraction?

May 6, 2022 in Java by narikkadan
• 63,420 points
2,505 views