• Feed
  • Discussions
Modern C++

Modern C++

#modern-c
0 followers·3 articles

Modern C++

#modern-c·0 followers·3 articles
Modern C++
Jaewon Shin
Jaewon Shin
jaewondevlog.hashnode.dev·Apr 29, 2025
Apr 29, 2025

🧠 Understanding typedef vs using in Modern C++

When learning C++, you’ll often com across two different ways to create type aliases: typedef and using. They serve the same purpose — to give a new name to an existing type — but there are important differences that make using the preferred choice i...

Discuss·2 reads
C++
Jaewon Shin
Jaewon Shin
jaewondevlog.hashnode.dev·Apr 21, 2025
Apr 21, 2025

Why should we use nullptr instead of NULL or 0?

In modern C++, using nullptr is preferred over NULL or 0 when dealing with pointers. Here’s why: The type of nullptr is std::nullptr_t. std::nullptr_t can be implicitly converted to any pointer type, but not to an integer. Because of this, nullptr...

Discuss·7 reads
nullptr
Enzo Hugonnier
Enzo Hugonnier
darleanews.hashnode.dev·May 07, 2023
May 07, 2023

Embracing Modern C++: In-depth Exploration of Key Features from C++11, C++14, C++17, and C++20

C++ has come a long way since its inception in the early 1980s. With each new standard release, the language introduces new features aimed at improving performance, productivity, and code readability. In this article, we will delve into the key featu...

Embracing Modern C++: In-depth Exploration of Key Features from C++11, C++14, C++17, and C++20
Discuss·24 reads
C++ in Depth
advanced C++

Changelog

New steps component and improved accessibility on Hashnode's blog and docs product.

New steps component and improved accessibility on Hashnode's blog and docs product.

Nov 05, 2024·
new

Trending Articles

Mobile Wallet Security: Balancing Innovation with Trust.

Patience Uyire·13 reads

Future Report: Diamante – The Crystal Nexus of Tomorrow.

Patience Uyire·16 reads

Powering Next-Gen Finance on TON: How STONfi is Changing DeFi

Smart Edeh·22 reads

Top commenters this week

Anik Sikder
Anik Sikder
Sonu Goswami
Sonu Goswami
How To Buy USA Verified Chime Accounts
How To Buy USA Verified Chime Accounts
Ariska Hidayat
Ariska Hidayat
Aet
Aet

Writing Challenges

#2Articles1Week Challenge

Become better at technical writing; accept Hashnode's writing challenge for four weeks.

#2Articles1Week Challenge
#WomenWhoTech

Share your story, achievements, or experiences as a woman, non-binary folk in tech or as a #WomenWhoTech ally!

#WomenWhoTech
Self Starter

Publish your first article on Hashnode and become a self starter!

Self Starter
Serial Blogger

Publish an article every day for 7 days and earn a cool serial blogger badge!

Serial Blogger
Talk of the town

Write a story that drives amazing engagement on Hashnode and become the talk of the town!

Talk of the town
Word Warrior

Write an in-depth article on your Hashnode blog that's more than 2000 words and become a word warrior!

Word Warrior