Retourner au contenu associé (journal : Le prix Turing 2008 pour Barbara Liskov)
Posté par Gof (site web personnel) le 12 mars 2009 à 00:52. En réponse au journal Le prix Turing 2008 pour Barbara Liskov. Évalué à 3.
FSet set = new FSet( put(new FSet(),2) );
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Mouches, cachez-vous
Posté par Gof (site web personnel) . En réponse au journal Le prix Turing 2008 pour Barbara Liskov. Évalué à 3.
FSet::FSet(const FBag& bag)
Voir par exemple http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/ind(...)
En Java, il faudrais explicitement apeller implicitement le contstructeur.
Le code ressemblerais à un truc du genre
FSet set = new FSet( put(new FSet(),2) );