ef.cpp 100 B

123456789
  1. #include"ef.h"
  2. DLL_PUBLIC Ef::Ef() : x(99) {
  3. }
  4. int DLL_PUBLIC Ef::get_x() const {
  5. return x;
  6. }