C plus plus Language

Modern C++ Basics Part -4

C++ distinguishes between expressions and statements. 1.4 Expressions and Statements C++ distinguishes between expressions and statements. Very casually, we could say that every expression becomes a statement if a semicolon is appended. However, we would like to discuss this topic a bit more. 1.4.1 Expressions Let us build this recursively from the bottom up. Any …

Modern C++ Basics Part -4 Read More »

Modern C++ Basics part -3

This section will give an overview of the operators. 1.3 Operators C++ is rich in built-in operators. There are different kinds of operators: Computational: – Arithmetic: ++, +, *, %, . . . – Boolean: * Comparison: <=, !=, . . . * Logic: && and || – Bitwise: ∼, ≪ and ≫, &, ^, and | Assignment: =, +=, . . . Program flow: function call, ?:, and , Memory handling: new and delete …

Modern C++ Basics part -3 Read More »

Modern C++ Basics Part -1

Learn the fundamental features of C++, including variables, operators, expressions and statements, functions, error handling, I/O, arrays, pointers, and references, and structuring software projects “To my children: Never make fun of having to help me with computer stuff. I taught you how to use a spoon.” —Sue Fitzmaurice In this first chapter, we will guide …

Modern C++ Basics Part -1 Read More »

Ask ChatGPT
Set ChatGPT API key
Find your Secret API key in your ChatGPT User settings and paste it here to connect ChatGPT with your Tutor LMS website.