unions

    0熱度

    7回答

    我已經看到一些結構內部的聯合聲明如下。下面給出了示例代碼。 我的問題是否有助於節省內存(使用聯合使用的典型用途)?我沒有看到好處。 typedef struct { int x1; unsigned int x2; ourstruct1 ov1; ourstruct1 ov2; union { struct