Issue in accessing a structure inside a union in C++

前端 未结 0 989
一向
一向 2020-11-28 02:39
   union hello
   {
      struct hi
      {
         uint8_t trees;
         uint8_t plants[6];
      };
      uint8_t forest[1 + 6];
   };

   struct world
   {
            


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