Skip to content

Here, you can download 100+ c++ / cpp programming file with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

Notifications You must be signed in to change notification settings

learnwithfair/cpp-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thanks for visiting my GitHub account!!

C++ Programming

C++ is a popular programming language. It is used to create computer programs and is one of the most used languages in game development.

See More..
  1. Contractor name & class name must be always the same. It can't return type or void.

  2. Can not Initialize to the other class for Private variable. It can be possible only using the method of Friend Class.

  3. Use Encapsulation or (Setvalue & Getvalue function) Declared Private variable Main function to the class.

  4. There are two kinds of Polymorphism, These - (i) Overlodding (ii) Overriding

    • Overloading means it works in only one class. It is Function name must be the same but the permitted list is always different.
    • Overriding means It works in more than one class. It is the Function name and the parameter list must be always the same.
  5. Destractor and constractor are approximately the same but it only one difference this is using the ~ sign in the font side of the constractor.

  6. Get String input in the C++ language use to getline() function.

  7. when used to File in the C++ meddle level language then must be declared header file.

  8. For Read from the File must use ifstream keyword.

  9. For Write in the File must use ofstream keyword.

  10. For apparend in the file use this method (ios::out|ios::app).

  11. There are five kinds of Inheritance these-

    • Single Inheritance. Ex-one supper class and one subclass.
    • Multilevel Inheritance. Ex-supper class to sup class to new supper to new subclass.
    • Hierarchical Inheritance. Ex-One Supper class and more than one Subclass.
    • Multiple Inheritance. More than one Supper class and only one sub-class.
    • Hybrite Inheritance. Ex-Mixed more than one Inheritance.
  12. The abstrator class or pure class must use this method (public: void 'function name'()=0). This class can't be declared object must use a pointer (*p).

  13. When using the showpoint,noshowpoint, fixed, and setprecision() library functions must include header file in C++ language.

  14. Can't Copy Constructor to another class for polymorphism. It can be solved using this method-

	subclass name(int dim1,int dim2)
	:super class name(dim1,dim2)
	{

        }
  1. Constant variable of class when don't directly initialize then use this method-
	int variable1,variable2;
	constructor/Function name(int variable name 1,int variable name 2)
	:variable1(variable name 1),variable2(variable name 2)
	{
									
	}

Source Code (Download)

Click Here

Required Software (Download)

Code Blocks-> Download

Downloading Process

  • Select codeblocks-20.03mingw-setup.exe
  • Click on FossHUB

Project Screenshot

Basic Advance-1
basic advance-1
Advance-2 Advance-3
advance-2 advance-3
Advance-4 Advance-5
advance-4 advance-5
Advance-6 Advance-7
advance-6 advance-7
        ::::::::::.        .:.       ::        ::        .:.   ::::::::::::::
	::       ::       :: ::      ::        ::       :: ::        ::
	::       ::      ::   ::     ::        ::      ::   ::       ::
	:::::::::.      ::     ::    ::        ::     ::     ::      ::
	::  ::         :::::::::::   ::::::::::::    :::::::::::     ::
	::    ::      ::         ::  ::        ::   ::         ::    ::
	::     ::    ::           :: ::        ::  ::           ::   ::
	::       :: ::             ::::        :: ::             ::  ::

About

Here, you can download 100+ c++ / cpp programming file with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages