Skip to content
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

Node.h, Node.cpp: Added header file for class Node #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mouri11
Copy link

@mouri11 mouri11 commented Dec 24, 2017

Added Node.h to contain class declaration, constructor and method
for class Node. Node.cpp yet to be filled pending clarification on
implementation.

Signed-off-by: Rohit Das [email protected]

Copy link
Member

@RudraNilBasu RudraNilBasu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The makefile also needs to be updated to make sure things are correctly linked.

cpp/Node.cpp Outdated
*/

#include <iostream>
#include "Node.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A newline at the end of the file. (Run cpplint for more)

cpp/Node.h Outdated
void print_node();
}

#endif //CPP_NODE_H_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too.

Added Node.h to contain class declaration, constructor and method
for class Node. Node.cpp yet to be filled pending clarification on
implementation.

Signed-off-by: Rohit Das <[email protected]>
@mouri11
Copy link
Author

mouri11 commented Jan 3, 2018

Please check mail for new patches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants