공부/c++
error C2143: syntax error : missing ';' before 'type'
comfun
2013. 4. 17. 16:32
반응형
error C2143: syntax error : missing ';' before 'type'
class
{
};
클래스 정의시 ;를 빼먹지 말자
반응형