Undefined behaviour in cout function call?

后端 未结 0 2000
有刺的猬
有刺的猬 2021-01-07 05:04
#include 
using namespace std;
class A {
public:
    A() { a.a = a.b = 1; }
    struct { int a,b; } a;
    int b(void);
};
int A::b(void) { 
    int          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题