Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Rätselecke » Missing-Docu-Rätsel

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
17.12.2004, 16:37 Uhr
virtual
Sexiest Bit alive
(Operator)


Mal was einfaches:

C++:
#include <map>
#include <iostream>
#include <iterator>
#include <algorithm>

typedef std::map<char, unsigned> bar;

struct foo {
    bar& a;
    foo(bar& b) :a(b) { }
    void operator () (char b) { a[b]++; }
};

int main() {
    bar a;
    std::cin.unsetf(std::ios::skipws);
    std::for_each(std::istream_iterator<char>(std::cin), std::istream_iterator<char>(), foo(a));
}                


Allgemein gesprochen: Was steht in der lokalen Variable a des Hauptprogramms unmittelbar bevor main verlassen wird?
--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)

Dieser Post wurde am 17.12.2004 um 16:38 Uhr von virtual editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
17.12.2004, 17:52 Uhr
Bruder Leif
dances with systems
(Operator)


vpu gvccr zny nhs rvar uähsvtxrvgfgnoryyr qre üore fgqva rvatrtrorara mrvpura...
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
17.12.2004, 20:43 Uhr
virtual
Sexiest Bit alive
(Operator)


rknxg
--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
17.12.2004, 20:44 Uhr
virtual
Sexiest Bit alive
(Operator)


Da fällt mir ein Zusatzrätsel ein:
wie lautet das längste Deutsche Wort, welches rot13 kodiert wiederum ein sinnvolles deutsches Wort ergibt?
--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
17.12.2004, 21:52 Uhr
Bruder Leif
dances with systems
(Operator)


Hmmmm, so spontan fällt mir nix über 6 Zeichen ein...
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ Rätselecke ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: