https://github.com/alexandrospanag/my_cplusplus_projects
My Projects on C++.
https://github.com/alexandrospanag/my_cplusplus_projects
cplusplus learn programming-language
Last synced: 7 months ago
JSON representation
My Projects on C++.
- Host: GitHub
- URL: https://github.com/alexandrospanag/my_cplusplus_projects
- Owner: AlexandrosPanag
- License: other
- Created: 2021-05-16T20:18:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T20:55:29.000Z (over 1 year ago)
- Last Synced: 2025-01-16T00:57:10.590Z (about 1 year ago)
- Topics: cplusplus, learn, programming-language
- Language: C++
- Homepage:
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
My C++ Projects
-------------------------
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
✅ LinkedIn Skill Assessment badge
https://www.linkedin.com/in/αλέξανδρος-παναγιωτακόπουλος/
C++ programming language was developed in 1980 by Bjarne Stroustrup at bell laboratories of AT&T (American Telephone & Telegraph), located in U.S.A.
Bjarne Stroustrup is known as the founder of C++ language.
It was develop for adding a feature of OOP (Object Oriented Programming) in C without significantly changing the C component.
C++ programming is "relative" (called a superset) of C, it means any valid C program is also a valid C++ program.
---
Compiler(s) (IDE) used: https://bloodshed.net , https://code.visualstudio.com , https://visualstudio.microsoft.com/downloads/
Original source was taken from & can be found here : https://www.javatpoint.com/cpp-history