diff --git a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj index 5b26dc0..53692b6 100644 --- a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj +++ b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj @@ -42,7 +42,7 @@ Level3 Disabled - $(SolutionDir)/../../external/include/;%(AdditionalIncludeDirectories) + $(SolutionDir)/../../external/include/;C:\Users\AppleDu\Documents\GitHub\Project-0\external\bin;%(AdditionalIncludeDirectories) _MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded diff --git a/README.md b/README.md index f594cf8..34d7476 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,5 @@ the current directory. * 4. Send an email to Harmony with your name, github account name, and the grade you believe you deserve. * 5. You're done with Project 0! + +![Alt text](https://dl.dropboxusercontent.com/u/53181465/CUDATEST.png?raw=true "GithubScreenShot ") diff --git a/src/main.cpp b/src/main.cpp index 29d7821..1e77d84 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ //==================================== int main(int argc, char* argv[]){ // Change this line to use your name! - m_yourName = "[YOUR NAME HERE]"; + m_yourName = "BINGLU DU"; if(Init(argc, argv) == true){ #if _WIN32