C언어,ARM
error C2228: left of 'xxx' must have class/struct/union type
안녕1999
2020. 8. 31. 17:48
CXX_class a(); //<=원인은 여기
a.open("1234.txt"); //<=에러는 여기서 발생
=>
a() => a(TRUE);