Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorzel/cpptests
small and test projects which purpose are learning, understanding, trying and eventually using different features of c++
https://github.com/igorzel/cpptests
Last synced: 18 days ago
JSON representation
small and test projects which purpose are learning, understanding, trying and eventually using different features of c++
- Host: GitHub
- URL: https://github.com/igorzel/cpptests
- Owner: igorzel
- Created: 2012-10-06T12:52:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-07T22:40:24.000Z (about 12 years ago)
- Last Synced: 2024-07-31T22:58:42.653Z (3 months ago)
- Language: C
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cpptests
========Маленькі та тестові проекти головне призначення яких вивчення, розуміння, випробовування і нарешті використання різних можливостей C++.
Small and test projects which main purpose are learning, understanding, trying and eventually using different features of C++.
--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------### virtualFunctions
Код для презентації "Віртуальні функції у C++" (http://goo.gl/RzbMI).
Code for presentation "Virtual functions in C++".
* [`virtualFunctions/cpptestVirtualFuncs1`](https://github.com/svarozhych/cpptests/tree/master/virtualFunctions/cpptestVirtualFuncs1) - приклад простого використання віртуальних функцій
* [`virtualFunctions/cpptestVirtualFuncs2`](https://github.com/svarozhych/cpptests/tree/master/virtualFunctions/cpptestVirtualFuncs2) - розбираємося з таблицею віртуальних методів
* [`virtualFunctions/cpptestVirtualFuncs3`](https://github.com/svarozhych/cpptests/tree/master/virtualFunctions/cpptestVirtualFuncs3) - проста реалізація віртуальних методів з використанням компілятора C### lambda
Код для презентації "Анонімні функції у C++"
Code for presentation "Lambdas in C++".
* [`lambda`](https://github.com/svarozhych/cpptests/tree/master/lambda) - приклади використання анонімних функцій у C++