이렇게 어려운 오류는 첨이에요 -_-;;

아파요의 이미지


stdio.h
math.h
stdlib.h

에 삽입되어있는

#ifdef __cplusplus
extern "C" { <------- 이부분 에러
#endif

...

#ifdef __cplusplus
}

#if !defined(_M_M68K)

이 부분에서
오류가 나요 오류내용은요
c:\program files\microsoft visual studio\vc98\include\math.h(36) : error C2059: syntax error : 'string'
c:\program files\microsoft visual studio\vc98\include\math.h(36) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
절실한 도움이 필요해요

MovingSpotlight의 이미지

[/code]
stdio.h
math.h
stdlib.h

에 삽입되어있는

#ifdef __cplusplus
extern "C" { <------- 이부분 에러
#endif

...

#ifdef __cplusplus
}
#endif //_cplusplus <---------- 이부분 추가

#if !defined(_M_M68K)

----
준비하세요. 당신 차례입니다.

----
준비하세요. 당신 차례입니다.

아파요의 이미지

해봣는데요 안되네요 ㅠ
짝은 맞는데 다른곳이 틀렷는지 그런것 같아요