Hey guys. I'm having some issues with my Visual Studio 2008 Pro. I'm trying to compile the following code, included in the link http://pastebin.com/r6WsG5r7; but, whenever I try compiling the code, I get like 5 erros: The errors are listed below.
Why is it that moving certain declarations around changes and/or removes erros?
The errors are as outlined below:
1>------ Build started: Project: brute, Configuration: Debug Win32 ------
1>Compiling...
1>main.cpp
1>c:\users\programmerx\documents\visual studio 2008\projects\brute\brute\main.cpp(15) : error C3861: 'strcpy': identifier not found
1>c:\users\programmerx\documents\visual studio 2008\projects\brute\brute\main.cpp(24) : error C3861: 'strcmp': identifier not found
1>c:\users\programmerx\documents\visual studio 2008\projects\brute\brute\main.cpp(34) : error C3861: 'strcmp': identifier not found
1>c:\users\programmerx\documents\visual studio 2008\projects\brute\brute\main.cpp(44) : error C3861: 'strcmp': identifier not found
1>c:\users\programmerx\documents\visual studio 2008\projects\brute\brute\main.cpp(54) : error C3861: 'strcmp': identifier not found
1>Build log was saved at "file://c:\Users\ProgrammerX\Documents\Visual Studio 2008\Projects\brute\brute\Debug\BuildLog.htm"
1>brute - 5 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========