Michael Planner
/
InitListen
Codeschnippseln für diese Übung
Diff: class1.cpp
- Revision:
- 0:76d9c940a794
- Child:
- 1:c65875995efb
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/class1.cpp Tue Oct 06 16:36:31 2020 +0000 @@ -0,0 +1,11 @@ +class MyClass +{ + private: + double _messwert; + + public: + MyClass() : _messwert(0) + { + //_messwert = 0; + } +}; \ No newline at end of file