Skip to content
This repository was archived by the owner on Sep 20, 2018. It is now read-only.

Conversation

@dstone3
Copy link
Collaborator

@dstone3 dstone3 commented Dec 4, 2016

added '#include ' and 'using namespace std;' so printing to the screen would work.
made 'update' class method public so it could be defined later.
put semicolon after iTemp.

added  '#include <iostream>' and 'using namespace std;'  so printing to the screen would work.
made 'update' class method public so it could be defined later.
put semicolon after iTemp.
Added arguments for update method so the code will actually compile and run. These two arguments need to be set to the error value (arg1) and the ideal value (arg2) sometime in the future.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants