Waitrud Weber’s blog

things and reminders for memories

2020-12-29から1日間の記事一覧

3d: Retun vPoint* all from basic functions: and then free vPoint* automatically kept inside the function in C++.

Stop coding:Change it on the tactics. ---vPoint.h:5:7: note: candidate: constexpr vPoint& vPoint::operator=(const vPoint&) class vPoint { ^~~~~~vPoint.h:5:7: note: no known conversion for argument 1 from 'vPoint*' to 'const vPoint&'vPoint.…