Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
precedence rules? i mean, when i write: x = a*b+c;
operator+(a, operator*(b, c));
Ultimo aggiornamento 2018-02-13
Frequenza di utilizzo: 1
Qualità:
it, that let everything work i must to use the 0.5.2 version on the side, but in the widgets error write it as the picture shows it.
es, dass wir alles funktioniert muss ich die verwendung des 0.5.2 version auf der seite, aber in den widgets fehler schreibe ich es wie das bild zeigt es.
Ultimo aggiornamento 2018-02-13
Frequenza di utilizzo: 1
Qualità:
//**************************** // // storagecell.hpp // //********************************* #ifndef storage_cell_h #define storage_cell_h #include "memorycell.hpp" // a class for simulating a memory cell. template class storagecell : private memorycell { public: explicit storagecell( const object & initialvalue = object( ) ) : memorycell( initialvalue ) { } const object & get( ) const { return read( ); } void put( const object & x ) { write( x ); } }; #endif
ein dazu passendes kodefragment könnte wie folgt aussehen: //************************************ // // gemeinsame fehlerklasse // //************************************ class fehler { public: std::string message; //default-fehlermeldung //konstruktor: fehlermeldung initialisieren fehler (const string& s) :message(s) { } .... }; int main() { try { ... } catch (const fehler& fehler) { //hier koennten komplexe fallunterscheidungen stehen std::cerr << "fehler" << fehler.message << std::endl; return exit_failure; } }
Ultimo aggiornamento 2018-02-13
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
Alcuni contributi umani con scarsa rilevanza sono stati nascosti.
Mostra i risultati con scarsa rilevanza.