Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 17, 2021 03:48 pm GMT

Quick Introduction to *a concept* in C

I've been writing C++ programs since past 5 years now (I didn't realize it has been that long until I typed this out) and have come across various concepts that beginners seem to struggle with.

To help my fellow programmers in the community, I started a series of articles called Quick Introduction to a concept in C++. These articles are generally 2 to 5 minute reads that cover a specific concept in C++ in simple words, contain examples and point to comprehensive resources as well.

I read and reply to comments often, and you can suggest any topics you'd like to be covered in this series.

Here is a list of all the articles currently in the series :
(I'll keep updating this list as and when I write new articles)

Quick Introduction to namespaces in C++
Quick Introduction to using in C++
Quick Introduction to typedef in C++

As always, thanks for giving this article a read and I'll see you in the next one


Original Link: https://dev.to/guptaaastha/quick-introduction-to-a-concept-in-c-15n6

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To