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 10:619aea4537ed, committed 2020-04-25
- Comitter:
- besam
- Date:
- Sat Apr 25 22:55:19 2020 +0000
- Parent:
- 9:1f78782fbc6b
- Commit message:
- Verbessung!
Changed in this revision
| Mavriqi_Cpp_1Aufgabe_Vers2_MitFunktionen_21_04_20.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Mavriqi_Cpp_1Aufgabe_Vers2_MitFunktionen_21_04_20.cpp Sat Apr 25 22:35:40 2020 +0000 +++ b/Mavriqi_Cpp_1Aufgabe_Vers2_MitFunktionen_21_04_20.cpp Sat Apr 25 22:55:19 2020 +0000 @@ -21,7 +21,7 @@ void Woerterzaehlen(); void Textumgekehrt(); - char String[MAX]; + char String[MAX];//die wurden als global deklariert,da die bei jede Funktion nötig sind int i; int main()