Skip to content

Priyanshu-511/cpp-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Learning: Basic Concepts to Classes and Objects

Overview

This repository is dedicated to learning the foundational concepts of C++ programming, progressing from basic syntax and structures to the fundamental principles of object-oriented programming (OOP) with classes and objects. This guide aims to provide learners with the necessary knowledge to understand and utilize C++ effectively.

Topics Covered

This project includes materials related to:

  1. Basic Concepts

    • Data Types
    • Variables
    • Operators (Arithmetic, Relational, Logical)
    • Control Structures
      • Conditional Statements (if, switch)
      • Loops (for, while, do-while)
    • Functions
      • Function Declaration and Definition
      • Function Overloading
      • Inline Functions
  2. Advanced Basic Concepts

    • Arrays and Strings
    • Pointers and References
    • Dynamic Memory Allocation
    • Structures and Unions
  3. Object-Oriented Programming (OOP)

    • Introduction to OOP Concepts
      • Encapsulation
      • Abstraction
      • Inheritance
      • Polymorphism
    • Classes and Objects
      • Defining a Class
      • Creating Objects
      • Access Modifiers (public, private, protected)
      • Member Functions and Data Members
      • Constructors and Destructors

About

i am uploading all my .cpp/C/c++/cxx code here. that helps me a lot for learning this programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors