https://github.com/thisis-developer/c-plus-plus
This repo contains various C++ topics like constructors and destructors, data structures, dynamic memory allocation, exception handling, friend functions, functions, inheritance, loops, new and delete operations, polymorphism, practice code, recursion, structures, and templates.
https://github.com/thisis-developer/c-plus-plus
constructor cplusplus cpp datastructures destructors dynamic-programming exception-handling friendfunction gfg-solutions loops object-oriented-programming overloading overriding polymorphism recursion static structure template virtualfunctions vscode
Last synced: 4 months ago
JSON representation
This repo contains various C++ topics like constructors and destructors, data structures, dynamic memory allocation, exception handling, friend functions, functions, inheritance, loops, new and delete operations, polymorphism, practice code, recursion, structures, and templates.
- Host: GitHub
- URL: https://github.com/thisis-developer/c-plus-plus
- Owner: ThisIs-Developer
- Created: 2022-12-06T11:40:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T15:34:08.000Z (over 2 years ago)
- Last Synced: 2024-12-04T03:09:01.548Z (6 months ago)
- Topics: constructor, cplusplus, cpp, datastructures, destructors, dynamic-programming, exception-handling, friendfunction, gfg-solutions, loops, object-oriented-programming, overloading, overriding, polymorphism, recursion, static, structure, template, virtualfunctions, vscode
- Language: C++
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ [](https://github.com/ThisIs-Developer/C-Plus-Plus)
C++ is a general-purpose programming language and is widely used nowadays for competitive programming. It has imperative, object-oriented and generic programming features. C++ runs on lots of platforms like Windows, Linux, Unix, Mac etc.

## Author
- [@ThisIs-Developer](https://github.com/ThisIs-Developer)
## Demo
```
class CPlusPlus
{
public:
void Code()
{
cout<<"Hey,ThisIs-Developer"<