Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Revision 1:37cb0f4b9bef, committed 2019-01-31
- Comitter:
- Powers
- Date:
- Thu Jan 31 21:24:52 2019 +0000
- Parent:
- 0:6c14b00c7263
- Commit message:
- Ausbesserungen
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jan 31 21:07:29 2019 +0000
+++ b/main.cpp Thu Jan 31 21:24:52 2019 +0000
@@ -48,6 +48,6 @@
a.Print(7, "a"); // Klasse A - überladene Methode
b.Print("b"); // Klasse B - von Klasse A Überschriebene Methode
b.Print(9, "b"); // Klasse A - durch using wird die urpsrüngliche überladene Methode
- getchar(); // von Klasse A verwendet
+ // von Klasse A verwendet
return 0;
}