Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DVDemon
/
mai_oop
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
9
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
17 Commits
17 Commits
Folders and files
Name
Name
Last commit message
Last commit date
Example01_MemoryC
Example01_MemoryC
Example02_StackFault
Example02_StackFault
Example03_FirstClass
Example03_FirstClass
Example04_Stream
Example04_Stream
Example05_Namespace
Example05_Namespace
Example06_SecondClass
Example06_SecondClass
Example07_Life
Example07_Life
Example08_Reference
Example08_Reference
Example09_Reference
Example09_Reference
Example100_ThreadFunctor
Example100_ThreadFunctor
Example101_RaceCondition
Example101_RaceCondition
Example101_RaceConditionMutex
Example101_RaceConditionMutex
Example101_ThreadMoveSemantics
Example101_ThreadMoveSemantics
Example102_ThreadMoveSemantics
Example102_ThreadMoveSemantics
Example103_Zookeeper
Example103_Zookeeper
Example104_ScopedThread
Example104_ScopedThread
Example105_RaceCondition
Example105_RaceCondition
Example107_TLC
Example107_TLC
Example108_Mutex1
Example108_Mutex1
Example109_Mutex2
Example109_Mutex2
Example10_Reference
Example10_Reference
Example110_LockGuard
Example110_LockGuard
Example111_UniqueLock
Example111_UniqueLock
Example112_ThreadSafeStack
Example112_ThreadSafeStack
Example113_Deadlock
Example113_Deadlock
Example114_PassOut
Example114_PassOut
Example115_Exception
Example115_Exception
Example116_CondVariable1
Example116_CondVariable1
Example117_CondVariable2
Example117_CondVariable2
Example117_Future
Example117_Future
Example118_Promise
Example118_Promise
Example119_CAS
Example119_CAS
Example119_MemoryModel
Example119_MemoryModel
Example119_SpinLock
Example119_SpinLock
Example11_nullptr
Example11_nullptr
Example120_CASSimple
Example120_CASSimple
Example121_Lambda
Example121_Lambda
Example122_Lambda2
Example122_Lambda2
Example123_Lambda3
Example123_Lambda3
Example124_LambdaAsync
Example124_LambdaAsync
Example125_LambdaGeneration
Example125_LambdaGeneration
Example12_PublicPrivate
Example12_PublicPrivate
Example13_Inheritance
Example13_Inheritance
Example14_Serialize
Example14_Serialize
Example15_Virtual
Example15_Virtual
Example16_Operator
Example16_Operator
Example17_OperatorPlus
Example17_OperatorPlus
Example18_BinaryOperator
Example18_BinaryOperator
Example19_OperatorAssign
Example19_OperatorAssign
Example20_explicit
Example20_explicit
Example21_Functor
Example21_Functor
Example22_Literal
Example22_Literal
Example23_Const
Example23_Const
Example24_MultipleInheritance
Example24_MultipleInheritance
Example25_ReferenceToParent
Example25_ReferenceToParent
Example26_VirtualDestructor
Example26_VirtualDestructor
Example27_Delete
Example27_Delete
Example28_Final
Example28_Final
Example29_Const
Example29_Const
Example30_VirtualDestructor
Example30_VirtualDestructor
Example31_constexpr
Example31_constexpr
Example32_Exception
Example32_Exception
Example32_FirstException
Example32_FirstException
Example33_Mutable
Example33_Mutable
Example34_ComplexException
Example34_ComplexException
Example35_ExceptionCatch
Example35_ExceptionCatch
Example35_noexcept
Example35_noexcept
Example36_terminate
Example36_terminate
Example38_SharedPtr
Example38_SharedPtr
Example39_SharedPtr2
Example39_SharedPtr2
Example40_SharedPtr3
Example40_SharedPtr3
Example41_SharedPtr4
Example41_SharedPtr4
Example42_DynamicPointerCast
Example42_DynamicPointerCast
Example42_SharedPtrDeadlock
Example42_SharedPtrDeadlock
Example42_makeshared
Example42_makeshared
Example43_Weak_Ptr
Example43_Weak_Ptr
Example44_Weak_Ptr2
Example44_Weak_Ptr2
Example45_SharedPtrInheretance
Example45_SharedPtrInheretance
Example46_UniquePtr
Example46_UniquePtr
Example47_UniquePtr2
Example47_UniquePtr2
Example48_SharedPtr5
Example48_SharedPtr5
Example50_Template
Example50_Template
Example51_MultiTemplate
Example51_MultiTemplate
Example52_ComplexParameters
Example52_ComplexParameters
Example53_TemplateSpecialization
Example53_TemplateSpecialization
Example54_Factorial
Example54_Factorial
Example54_TemplateSpecialization2
Example54_TemplateSpecialization2
Example55_ExplicitInstantiation
Example55_ExplicitInstantiation
Example56_VariadicTemplate
Example56_VariadicTemplate
Example57_VariadicTemplate2
Example57_VariadicTemplate2
Example57_VariadicTemplate2Full
Example57_VariadicTemplate2Full
Example58_VariadicTemplate3
Example58_VariadicTemplate3
Example59_TemplateParameter
Example59_TemplateParameter
Example60_CRTP
Example60_CRTP
Example62_Auto
Example62_Auto
Example64_RangeFor
Example64_RangeFor
Example65_Iterator
Example65_Iterator
Example66_AbstractionLeak1
Example66_AbstractionLeak1
Example67_AbstractionLeak2
Example67_AbstractionLeak2
Example68_AbstractionLeak
Example68_AbstractionLeak
View all files
About
Examples for "Object Oriented Programming" course at Moscow Aviation Institute
Activity
Stars
9
stars
Watchers
4
watching
Forks
1
fork
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.