Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Rätselecke » 34. Virtualrästel for Beginners only

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 ] > 2 <
010
10.07.2003, 00:35 Uhr
~0xdeadbeef
Gast


Und jetzt schau mal hier. Das läuft:

C++:
#include<iostream>

class X
{
public:
    X() { }
    const char* toChars() const { return "I am an X"; }
};

int main()
{
    X x();
    x();
}

X x() { std::cout << "Hello, World!" << std::endl; }

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
011
10.07.2003, 00:51 Uhr
Pablo
Supertux
(Operator)


Stimmt, aber ist immer noch ein Rätsel, warum g++ meint, X x() eine Funktion sein kann. Ich habe schließlich andere Objekte so initiaisiert und da passierte nicht, oder wenn man nur X x; eingibt, bedeutet Standardkonstruktor ausführen?
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
012
10.07.2003, 07:47 Uhr
virtual
Sexiest Bit alive
(Operator)


Ja, Beefy hat die lösung.
--
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
Seiten: [ 1 ] > 2 <     [ 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: