struct causes seg fault and it is called unnecessarly many times

前端 未结 0 1518
孤独总比滥情好
孤独总比滥情好 2020-12-11 05:14

Okay, I got a struct.It is c++. struct coordinates { float k, l, m;

        coordinates() = default;
        explicit coordinates(float a)
            : k(a)
         


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