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

Namespace #146

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Namespace #146

wants to merge 9 commits into from

Conversation

AsbjornPettersen
Copy link

Namespace libais for test program

Copy link
Owner

@schwehr schwehr left a comment

Choose a reason for hiding this comment

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

Needs some explanation.

int day;
int hour;
int min;
AisMdate() { month = day = hour = min = 0; };
Copy link
Owner

Choose a reason for hiding this comment

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

Initialization should be done as an initializer list.

@@ -373,6 +373,16 @@ enum Dac {

class AisBitset;

class AisMdate
Copy link
Owner

Choose a reason for hiding this comment

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

I'm not sure this class adds alot. For starters, the class name doesn't mean anything to me. Perhaps a better class name and definitely needs a comment.

@@ -373,6 +373,16 @@ enum Dac {

class AisBitset;

class AisMdate
{
public:
Copy link
Owner

Choose a reason for hiding this comment

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

Needs to be formatted with the clang-format using the google style.

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