Compiler Error C2224
left of '.identifier' must have struct/union type
The operand to the left of the period (.) is not a class, structure, or union.
This error can be caused by a left operand that is an undefined variable (therefore type int
).
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
left of '.identifier' must have struct/union type
The operand to the left of the period (.) is not a class, structure, or union.
This error can be caused by a left operand that is an undefined variable (therefore type int
).