9 Şubat 2018 Cuma

std::bad_alloc Exception Sınıfı

Giriş
Şu satırı dahil ederiz.
#include <exception>
std::exception sınıfından kalıtır.

constructor
Şöyle yaparız.
void foo()
{
  ...
  throw std::bad_alloc();

}

Hiç yorum yok:

Yorum Gönder