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

unsigned long and unsigned long long are different types #23

Closed
ziobron opened this issue Feb 1, 2019 · 2 comments
Closed

unsigned long and unsigned long long are different types #23

ziobron opened this issue Feb 1, 2019 · 2 comments

Comments

@ziobron
Copy link

ziobron commented Feb 1, 2019

const unsigned long long& personalID,

unsigned long getStudentIndex() const;

I know that it is strange, but I'm waiting for a new keyword very. Then I would write very long :D

@majkel84
Copy link
Collaborator

majkel84 commented Feb 2, 2019

or instead, loooong :]
personalID stands forpesel
studentID - stands for index no

@majkel84 majkel84 closed this as completed Feb 2, 2019
@gitmajo
Copy link
Owner

gitmajo commented Feb 2, 2019

Student index is only unsigned long.
Person is unsigned long long.

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

No branches or pull requests

3 participants