Skip to content

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

@lvdpower

Description

@lvdpower
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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions