https://github.com/wiwichips/assignment-extension
Quick and simple way to update your C/C++ assignment after you've submitted it.
https://github.com/wiwichips/assignment-extension
c updater
Last synced: about 2 months ago
JSON representation
Quick and simple way to update your C/C++ assignment after you've submitted it.
- Host: GitHub
- URL: https://github.com/wiwichips/assignment-extension
- Owner: wiwichips
- Created: 2020-12-05T21:07:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T02:42:27.000Z (over 4 years ago)
- Last Synced: 2025-02-14T10:18:51.394Z (3 months ago)
- Topics: c, updater
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assignment-extension
Allows you to update your code after submitting your assignment.# Instructions
- copy the code from the ``original.cpp`` file into your code, make sure its called at the start of your program.
- change the link to the url where your updated raw code will be located, call your code ``updated.cpp``# Limitations
- The TA must be conncted to the internet
- This may break in more complicated testing suites# Languages
- This is compatible with C and C++
- The logic can be applied to most langauges# Notice
I (Will Pringle) do not officially condone people using this proof-of-concept idea to cheat on real assignments.