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

On page 88 C++Course_full.pdf there is void (incorrect) return type of MyFirstClass::sum void MyFirstClass::sum(int b) {return a + b;} #385

Closed
lvdpower opened this issue Nov 13, 2022 · 2 comments · Fixed by #392
Assignees

Comments

@lvdpower
Copy link

lvdpower commented Nov 13, 2022

On page 88 C++Course_full.pdf there is void (incorrect) return type of MyFirstClass::sum

On page 88 C++Course_full.pdf there in void (incorrect) return type of MyFirstClass::sum void MyFirstClass::sum(int b) {return a + b;}

But on page 89 there is correct one. (int)

- HSF Training

@welcome
Copy link

welcome bot commented Nov 13, 2022

Thanks for opening your first issue here! If you have any questions, feel free to mention one of the conveners, previous contributors, or attend our weekly meeting (see https://hepsoftwarefoundation.org/workinggroups/training.html). Also, sometimes issues go unnoticed, so don't hesitate to @mention some of us, if we do not come back to you within a few days.

@lvdpower lvdpower changed the title On page 88 C++Course_full.pdf there in void (incorrect) return type of MyFirstClass::sum void MyFirstClass::sum(int b) {return a + b;} On page 88 C++Course_full.pdf there is void (incorrect) return type of MyFirstClass::sum void MyFirstClass::sum(int b) {return a + b;} Nov 13, 2022
@hageboeck hageboeck self-assigned this Jan 30, 2023
hageboeck added a commit to hageboeck/cpluspluscourse that referenced this issue Jan 30, 2023
@hageboeck
Copy link
Contributor

Thanks for letting us know! Well spotted!

hageboeck added a commit that referenced this issue Jan 30, 2023
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 a pull request may close this issue.

2 participants