Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marcus M. Darden
eecs281_project0
Commits
7eda9071
Commit
7eda9071
authored
Sep 10, 2015
by
Marcus M. Darden
Browse files
Incorporate functions module into main module.
parent
fa5bf3e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
project0.cpp
View file @
7eda9071
...
...
@@ -16,6 +16,7 @@ using std::cin;
#include <getopt.h>
#include "class.h"
#include "functions.h"
int
main
()
{
int
num_values
;
...
...
@@ -28,6 +29,8 @@ int main() {
Class
c
(
x
,
y
);
c
.
display
();
}
calculate
(
1800
,
17
);
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment