-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grading based on HW2 solutions #37
Comments
You should submit all files, as required on MarkUs, but we will use the supplied HW2 library for grading. |
could someone clarify how the HW2 reference code is accessed via hw2lib? is it just something done at compile time? |
Yes also as a follow up, is it possible to create a build-release with the correct HW2 solutions? |
Unfortunately, you can't access the HW2 source code from the The reference code is accessed at link time since we're using a static link library. You might contrast this to a dynamic link library (DLL), where the program will only see the code at runtime. "Static linking vs dynamic linking". |
@remustawfik You should be able to make a release build by referencing the release lib. Was that your question? |
Hi,
I just wanted to know if we will be graded with the supplied HW2 solutions build or based on our own HW2 solutions. Thank you.
The text was updated successfully, but these errors were encountered: