Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pashakryvulets/oop

Creating an object in C++ with a set of data and functions that can operate on that data. Describing an object type and defining its properties and methods with a class. Allocating memory to store object data and calling a class constructor to initialize it. =)
https://github.com/pashakryvulets/oop

Last synced: 6 days ago
JSON representation

Creating an object in C++ with a set of data and functions that can operate on that data. Describing an object type and defining its properties and methods with a class. Allocating memory to store object data and calling a class constructor to initialize it. =)

Awesome Lists containing this project