Point to notes when use 'decltype' to deduction type
decltype (a) VS decltype ( (a) )
I have added it and some exercises to auto-decltype chapter of the d2mcpp ebook:
mcpp-community.github.io/d2m…#cpp#cplusplus#mcpp
Day 20 of DSA with C ✅
Learned today:
→ STL & Vectors (size vs capacity)
→ Static vs Dynamic memory
→ Memory leaks ⚠️
→ 2D arrays
→ Pair Sum — Two Pointer O(n) 🎯
The grind is real. 20 days down 💪
#Day20#DSA#CPlusPlus#100DaysOfCode