Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Der_Code

User
  • Registriert

  • Letzter Besuch

  1. Der_Code hat auf einen Beitrag in einem Thema geantwortet in C und C++
    Außerdem ist der Thread auf der ersten Seite und da kein Code hier funktioniert hat....Vielleicht freut sich ja jemand, wenn er nach einer Lösung sucht. VG
  2. Der_Code hat auf einen Beitrag in einem Thema geantwortet in C und C++
    Ich hab 2004 schon angefangen zu coden....Hat nur länger gedauert ;).
  3. Der_Code hat auf einen Beitrag in einem Thema geantwortet in C und C++
    Moin! Das Array muss vorher sortiert werden. Ich habe dafür die Funktion sort() benutzt aus der Bibliothek <algorithms>. Man kann dafür auch einen eigenen Bubble-Sort verwenden. Hier die Lösung: #include <algorithm> #define ANZ 100 using namespace std; void main(){ int Werte[ANZ]; int zahl = 0; int temp = -1; int counter = 0; sort(Werte, Werte + ANZ); for (int i = 0; i < ANZ; i++){ zahl = Werte[i]; if (temp != zahl){ for (int y = 0; y < Anzahl; y++){ if (zahl == Werte[y]) counter++; } cout << zahl << " ist " << counter << "x vorhanden." << endl; counter = 0; } temp = zahl; } } VG, Der_Code

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.