











Temporary C++
- C++ Introduction
- History of C++
- C++ Vs C
- Data Types
- Modifiers
- Variables
- Type Qualifiers
- typedef
- Operators
- Comments
- Storage Classes
- C++ Loop Types
- Arrays
- Strings
- Pointers in C++
- References
- Functions in C++
- Dynamic Memory Allocation
- New
- Delete
- this
- OOPS Concept in C++
- Class v/s Object
- Structure of a C++ Program
- Access Modifiers
- Constructors and Destructors
- Inheritance
- Types of Inheritance in c++
- Polymorphism
- Upcasting and Downcasting
- Operator Overloading (detailed)
- Constructor Overloading
- Virtual Functions
- Encapsulation
- Data Abstraction
- getters and setters
- Abstract Classes
- Pure Virtual Functions
- Virtual Base Class
- Exception Handling
- Templates
- Interfaces
- Files and Streams
Completed above by Atulya
- Polymorphism
- Abstraction
- C++ Overloading
- Inheritance in C++
- Data Encapsulation in C++
- Class Member Functions
- Classes and Objects
- Classes
- Objects
- C++ Class Access Modifiers
- Constructors and Destroyers
- Constructor
- Destructor
- Default Constructor
- Parameterised Constructor
- Virtual Destructors
- Pure Virtual Destructor
- Friend Function
- Inline Function
Basic programs
Set 1
- A character is a vowel or consonant
- A character is an alphabet or not
- Ascii values of a character
- Uppercase, Lowercase or special character
- A number is positive or negative
- A number is even or odd
- Area of a circle
- LCM of two numbers
- GCD of two numbers
- HCF of two numbers
- Greatest of two numbers
- Greatest of three numbers
- Number of digits in an integer
- Sum of digits of a number
- Sum of N natural numbers
- Sum of numbers in a given range
- Reverse of a given number
- Factorial of a number
- Fibonacci series up to n
- Leap year or not
- Prime number or not
- Palindrome or not
- Armstrong number or not
- Strong number or not
- Perfect number or not
- Automorphic number or not
- Harshad number or not
- Abundant number or not
- Power of a number
- Factors of a number
- Add two fractions
Set 2
- Prime numbers in a given range
- Armstrong numbers between two intervals
- Can a number be expressed as a sum of two prime numbers?
- Replace all 0’s with 1 in a given integer
- Binary to decimal conversion
- Decimal to binary conversion
- Decimal to octal conversion
- Octal to decimal conversion
- Binary to octal conversion
- Octal to binary conversion
- Maximum number of handshakes
- Quadrants in which coordinates lie
- Convert digit/number to words
- Number of days in a given month of a given year
- Permutations in which n people can occupy r seats in a classroom
- Number of times x digit occurs in each and every number from 0 to n
- Number of integers which has exactly x divisors
- Roots of a quadratic equation
- Count possible decoding of a given digit sequence
Login/Signup to comment