An open API service indexing awesome lists of open source software.

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.

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.