https://github.com/realkarthiknair/cg-lab-file
https://github.com/realkarthiknair/cg-lab-file
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realkarthiknair/cg-lab-file
- Owner: realKarthikNair
- Created: 2023-11-15T11:05:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T13:38:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T05:44:33.118Z (8 months ago)
- Language: C++
- Homepage:
- Size: 1.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The code files are in [lab file/programs](/lab%20file/programs) directory. Also check [programs.md](lab%20file/programs.md) file.
Screenshots are in [lab file/screenshots](/lab%20file/screenshots/) directory. Also check [screenshots.md](lab%20file/screenshots.md) file.
Setup instructions for Linux are in [setting_up](setting_up.md) file.
Setup instructions for WINDOWS can be found [here](https://github.com/ullaskunder3/Solution-to-graphics.h#general-info)
Vscode launch and task files for Fedora Linux are in [.vscode](/.vscode/) directory.
These programs were written and tested on Linux.
But to make them work on Windows,
- Depending on your implementation of graphics.h, you may need to add to conio.h header file in every program.
- You may need to replace `NULL` with the appropriate path in `initgraph(&gd, &gm, NULL);` and wherever applicable.