środa, 18 kwietnia 2012

#include using namespace std; double Dziel(double, double) throw(std::string); int main() { try { Dziel(10, 0); } catch(std::string w) { cout<<"Wyjatek: "<

Brak komentarzy: