środa, 18 kwietnia 2012

asd

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