HHarshinprogramming-in-modern-cpp.hashnode.dev00Lecture 03 : Arrays and Strings1d ago · 18 min read · Welcome to Programming in Modern C++, we are in week 1, module 3. In the last module, we started taking a look at how to write equivalent C++ programs for simple C programs. We took examples which invJoin discussion
HHarshinprogramming-in-modern-cpp.hashnode.dev00Lecture 02: IO & Loop1d ago · 20 min read · Welcome to Programming in Modern C++, we are in week 1 and module 2. So, in the last module, we have understood the basic importance of C++ programming, particularly the modern aspects. And we learnt Join discussion
HHarshinprogramming-in-modern-cpp.hashnode.dev00Lecture 01: Course Overview1d ago · 4 min read · 1. Course Focus & Objectives Primary Focus: This course covers Modern C++, primarily C++11 and later (C++14, C++17, C++20). It goes beyond the earlier C++98/03 standard. Objective: Learn to developJoin discussion
HHarshinprogramming-in-modern-cpp.hashnode.dev00WEEK 122d ago · 26 min read · Based on the official NPTEL announcements for the "Programming in Modern C++" course, the exam pattern is clearly defined. While the exact number of questions can vary, the format and time allocated aJoin discussion
HHarshinprogramming-in-modern-cpp.hashnode.dev00WEEK 112d ago · 2 min read · Looking at the code, I need to complete two parts: LINE-1: The GreaterThan struct needs an operator() to make it a function object (predicate) that can be used with locate Code-segment-1: The locateJoin discussion