gnsaddy / 15-Days-Of-Code-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

15-Days-of-Code-Cpp

Day-1 : Basic of C++

  • C++ program structure
  • using namespace std
  • Basic of function
  • Function calling Mechanism
  • Working with Variables and Constants

Day-2 : Function, Expression and statements in C++

  • Expression and statements
  • Functions
  • Loops

Day-3 : Object Oriented Programming

  • Classes and Objects
  • Implementing class Methods

Day-4 : Constructor and Destructor

  • Adding Constructors and Destructors
  • Types of constructor

Day-5 Pointers

  • Basic Pointer
  • Pointer as arguments

Day-6 Array