diff --git a/cp/cp.sln b/cp/cp.sln
new file mode 100644
index 0000000..4b0c2f5
--- /dev/null
+++ b/cp/cp.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cp", "cp\cp.vcxproj", "{520F9999-A81C-4EA3-8B7D-5074C97F584C}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {520F9999-A81C-4EA3-8B7D-5074C97F584C}.Debug|Win32.ActiveCfg = Debug|Win32
+ {520F9999-A81C-4EA3-8B7D-5074C97F584C}.Debug|Win32.Build.0 = Debug|Win32
+ {520F9999-A81C-4EA3-8B7D-5074C97F584C}.Release|Win32.ActiveCfg = Release|Win32
+ {520F9999-A81C-4EA3-8B7D-5074C97F584C}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/cp/cp/cp.vcxproj b/cp/cp/cp.vcxproj
new file mode 100644
index 0000000..2385ff4
--- /dev/null
+++ b/cp/cp/cp.vcxproj
@@ -0,0 +1,82 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {520F9999-A81C-4EA3-8B7D-5074C97F584C}
+ Win32Proj
+ cp
+
+
+
+ Application
+ true
+ Unicode
+
+
+ Application
+ false
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ false
+
+
+
+
+
+ Level3
+ Disabled
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cp/cp/cp.vcxproj.filters b/cp/cp/cp.vcxproj.filters
new file mode 100644
index 0000000..2a14256
--- /dev/null
+++ b/cp/cp/cp.vcxproj.filters
@@ -0,0 +1,22 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/cp/cp/main.cpp b/cp/cp/main.cpp
new file mode 100644
index 0000000..e69de29