diff -r 0000000000000000000000000000000000000000 -r f0f4c44c4c7bad13f5de25fda22974a3c78d9b9c cpp/algorithms/algorithms.ncrunchsolution
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/algorithms/algorithms.ncrunchsolution Sat Feb 16 11:44:51 2013 -0600
@@ -0,0 +1,12 @@
+
+ 0
+ Default
+ false
+ UseDynamicAnalysis
+ UseStaticAnalysis
+ UseStaticAnalysis
+ UseStaticAnalysis
+ Run all tests automatically:BFRydWU=;Run all tests manually:BUZhbHNl;Run impacted tests automatically, others manually (experimental!):CklzSW1wYWN0ZWQ=;Run pinned tests automatically, others manually:CElzUGlubmVk
+
+
+
\ No newline at end of file
diff -r 0000000000000000000000000000000000000000 -r f0f4c44c4c7bad13f5de25fda22974a3c78d9b9c cpp/algorithms/algorithms.sln
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/algorithms/algorithms.sln Sat Feb 16 11:44:51 2013 -0600
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "algorithms", "algorithms.vcxproj", "{38F1CE1E-AAA8-47A6-9C6E-3540FD29CA70}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {38F1CE1E-AAA8-47A6-9C6E-3540FD29CA70}.Debug|Win32.ActiveCfg = Debug|Win32
+ {38F1CE1E-AAA8-47A6-9C6E-3540FD29CA70}.Debug|Win32.Build.0 = Debug|Win32
+ {38F1CE1E-AAA8-47A6-9C6E-3540FD29CA70}.Release|Win32.ActiveCfg = Release|Win32
+ {38F1CE1E-AAA8-47A6-9C6E-3540FD29CA70}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff -r 0000000000000000000000000000000000000000 -r f0f4c44c4c7bad13f5de25fda22974a3c78d9b9c cpp/algorithms/algorithms.vcxproj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/algorithms/algorithms.vcxproj Sat Feb 16 11:44:51 2013 -0600
@@ -0,0 +1,81 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {38F1CE1E-AAA8-47A6-9C6E-3540FD29CA70}
+ Win32Proj
+ algorithms
+
+
+
+ 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 -r 0000000000000000000000000000000000000000 -r f0f4c44c4c7bad13f5de25fda22974a3c78d9b9c cpp/algorithms/algorithms.vcxproj.filters
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/algorithms/algorithms.vcxproj.filters Sat Feb 16 11:44:51 2013 -0600
@@ -0,0 +1,17 @@
+
+
+
+
+ {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
+
+
+
\ No newline at end of file
diff -r 0000000000000000000000000000000000000000 -r f0f4c44c4c7bad13f5de25fda22974a3c78d9b9c cpp/algorithms/main.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/algorithms/main.cpp Sat Feb 16 11:44:51 2013 -0600
@@ -0,0 +1,8 @@
+#include
+
+using namespace std;
+
+int main()
+{
+
+}
\ No newline at end of file