Thank you for your reply. I had visited the website and made some progress. However, I do get some errors during compiling.
1>d:\my documents\visual studio 2008\projects\fighting_game\fighting_game\main.cpp(35) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> d:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
1>d:\my documents\visual studio 2008\projects\fighting_game\fighting_game\main.cpp(44) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> d:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
1>d:\my documents\visual studio 2008\projects\fighting_game\fighting_game\main.cpp(65) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> d:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
1>d:\my documents\visual studio 2008\projects\fighting_game\fighting_game\main.cpp(156) : error C2065: 'IDC_TEMPLATE' : undeclared identifier
I don't know if this is because I had set the include files and other files incorrectly or not.
I'm assuming the code is flawless so I must have done something wrong.
