https://github.com/2kabhishek/shappes
Shapes with two Ps 🟩📐
https://github.com/2kabhishek/shappes
cpp learning makefile oop shapes
Last synced: 4 months ago
JSON representation
Shapes with two Ps 🟩📐
- Host: GitHub
- URL: https://github.com/2kabhishek/shappes
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-04-22T15:54:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:43:14.000Z (over 2 years ago)
- Last Synced: 2025-03-01T12:48:21.273Z (9 months ago)
- Topics: cpp, learning, makefile, oop, shapes
- Language: C++
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
A simple way of explaining and learning about the basics of OOP in C++.
## Inspiration
Wanted to experiment a bit with C++ and it's headers.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of ``
## Getting shappes
To install shappes, follow these steps:
```bash
git clone https://github.com/2kabhishek/shappes
cd shappes
```
## Using shappes
```bash
make
./shappes.out
```
## How it was built
shappes was built using ``
## Challenges faced
- Ran into some issues with `ld` the linker which `make` helped resolve.
## What I learned
- Learned about C++ best practices and conventions
- Learned about #ifndef, #define, #endif
- Reintroduced to makefile and C++ compilation steps
## What's next
Planning to add ``.
### To-Do
- [ ] Add more shapes maybe
Hit the ⭐ button if you found this useful.
## More Info