| | コンパイルしています...
CGameData.cpp
c:\users\user\desktop\gamedataclasstestconsolproject\gamedataclasstestconsolproject\cgamedata.cpp(11) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : 'fopen' の宣言を確認してください。
c:\users\user\desktop\gamedataclasstestconsolproject\gamedataclasstestconsolproject\cgamedata.cpp(18) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(324) : 'sscanf' の宣言を確認してください。
c:\users\user\desktop\gamedataclasstestconsolproject\gamedataclasstestconsolproject\cgamedata.cpp(34) : error C2039: 'Type' : 'std::vector<_Ty>' のメンバではありません。
with
[
_Ty=CEnemyFunc
]
|