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
Зареєструйся Зараз
або Підпишись на майбутні тести