Having the following class definition inside the function, what will be printed by the following code?
#include <iostream>

int main() {
  typedef class A {
  public:
    A() { std::cout << "A()"; }
    ~A() { std::cout << "~A()"; }
  } a;
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты