diff --git a/.gitignore b/.gitignore
index 707954b..9386734 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,18 @@
*.o
*.obj
-*.cpp~
-*.h~
+*.*~
+*.sdf
+*.suo
+*.ncb
+*.lib
+*.dll
+*.exe
+*.a
+*.so
+*.swp
+*.vahagn.user
+*.vahagnk.user
+*.vcxproj.user
+Debug
+Release
diff --git a/sln/SEE_test/SEE_test.sln b/sln/SEE_test/SEE_test.sln
deleted file mode 100644
index 43e5969..0000000
--- a/sln/SEE_test/SEE_test.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SEE_test", "SEE_test.vcproj", "{CD622CAF-1FB7-4E6B-8130-89A4B8A2AD8A}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CD622CAF-1FB7-4E6B-8130-89A4B8A2AD8A}.Debug|Win32.ActiveCfg = Debug|Win32
- {CD622CAF-1FB7-4E6B-8130-89A4B8A2AD8A}.Debug|Win32.Build.0 = Debug|Win32
- {CD622CAF-1FB7-4E6B-8130-89A4B8A2AD8A}.Release|Win32.ActiveCfg = Release|Win32
- {CD622CAF-1FB7-4E6B-8130-89A4B8A2AD8A}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/SEE_test/SEE_test.vcproj b/sln/SEE_test/SEE_test.vcproj
deleted file mode 100644
index 609cacc..0000000
--- a/sln/SEE_test/SEE_test.vcproj
+++ /dev/null
@@ -1,263 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sln/WindowsApplication1/WindowsApplication1.sln b/sln/WindowsApplication1/WindowsApplication1.sln
deleted file mode 100644
index 0f5a55e..0000000
--- a/sln/WindowsApplication1/WindowsApplication1.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsApplication1", "WindowsApplication1.vbproj", "{E5DFDA7A-4D1A-446E-A316-2ABF82859657}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E5DFDA7A-4D1A-446E-A316-2ABF82859657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E5DFDA7A-4D1A-446E-A316-2ABF82859657}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E5DFDA7A-4D1A-446E-A316-2ABF82859657}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E5DFDA7A-4D1A-446E-A316-2ABF82859657}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/any_const_hides_copy_const/any_const_hides_copy_const.sln b/sln/any_const_hides_copy_const/any_const_hides_copy_const.sln
deleted file mode 100644
index f9247a8..0000000
--- a/sln/any_const_hides_copy_const/any_const_hides_copy_const.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "any_const_hides_copy_const", "any_const_hides_copy_const\any_const_hides_copy_const.vcproj", "{C73246A3-C434-444A-9490-7C3AAD72C099}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C73246A3-C434-444A-9490-7C3AAD72C099}.Debug|Win32.ActiveCfg = Debug|Win32
- {C73246A3-C434-444A-9490-7C3AAD72C099}.Debug|Win32.Build.0 = Debug|Win32
- {C73246A3-C434-444A-9490-7C3AAD72C099}.Release|Win32.ActiveCfg = Release|Win32
- {C73246A3-C434-444A-9490-7C3AAD72C099}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/any_const_hides_copy_const/any_const_hides_copy_const/any_const_hides_copy_const.vcproj b/sln/any_const_hides_copy_const/any_const_hides_copy_const/any_const_hides_copy_const.vcproj
deleted file mode 100644
index 49a0075..0000000
--- a/sln/any_const_hides_copy_const/any_const_hides_copy_const/any_const_hides_copy_const.vcproj
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sln/boost_variant_test/boost_variant_test.sln b/sln/boost_variant_test/boost_variant_test.sln
deleted file mode 100644
index 96cc0ea..0000000
--- a/sln/boost_variant_test/boost_variant_test.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_variant_test", "boost_variant_test.vcproj", "{6A52DAA3-54D4-4929-867F-F268F087F518}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6A52DAA3-54D4-4929-867F-F268F087F518}.Debug|Win32.ActiveCfg = Debug|Win32
- {6A52DAA3-54D4-4929-867F-F268F087F518}.Debug|Win32.Build.0 = Debug|Win32
- {6A52DAA3-54D4-4929-867F-F268F087F518}.Release|Win32.ActiveCfg = Release|Win32
- {6A52DAA3-54D4-4929-867F-F268F087F518}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/boost_variant_test/boost_variant_test.vcproj b/sln/boost_variant_test/boost_variant_test.vcproj
deleted file mode 100644
index 58f82ae..0000000
--- a/sln/boost_variant_test/boost_variant_test.vcproj
+++ /dev/null
@@ -1,199 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sln/openMpSimpleTest/openMpSimpleTest.sln b/sln/openMpSimpleTest/openMpSimpleTest.sln
deleted file mode 100644
index c67fe2b..0000000
--- a/sln/openMpSimpleTest/openMpSimpleTest.sln
+++ /dev/null
@@ -1,23 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openMpSimpleTest", "openMpSimpleTest.vcproj", "{5F1F3ED8-2682-4901-83CE-83D545D0D68B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- PseudoDebug|Win32 = PseudoDebug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5F1F3ED8-2682-4901-83CE-83D545D0D68B}.Debug|Win32.ActiveCfg = Debug|Win32
- {5F1F3ED8-2682-4901-83CE-83D545D0D68B}.Debug|Win32.Build.0 = Debug|Win32
- {5F1F3ED8-2682-4901-83CE-83D545D0D68B}.PseudoDebug|Win32.ActiveCfg = PseudoDebug|Win32
- {5F1F3ED8-2682-4901-83CE-83D545D0D68B}.PseudoDebug|Win32.Build.0 = PseudoDebug|Win32
- {5F1F3ED8-2682-4901-83CE-83D545D0D68B}.Release|Win32.ActiveCfg = Release|Win32
- {5F1F3ED8-2682-4901-83CE-83D545D0D68B}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/openMpSimpleTest/openMpSimpleTest.vcproj b/sln/openMpSimpleTest/openMpSimpleTest.vcproj
deleted file mode 100644
index 17cc90a..0000000
--- a/sln/openMpSimpleTest/openMpSimpleTest.vcproj
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sln/qstringDebug/GeneratedFiles/Debug/moc_qstringdebug.cpp b/sln/qstringDebug/GeneratedFiles/Debug/moc_qstringdebug.cpp
deleted file mode 100644
index da029b3..0000000
--- a/sln/qstringDebug/GeneratedFiles/Debug/moc_qstringdebug.cpp
+++ /dev/null
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'qstringdebug.h'
-**
-** Created: Fri May 30 00:05:16 2008
-** by: The Qt Meta Object Compiler version 59 (Qt 4.3.3)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../qstringdebug.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'qstringdebug.h' doesn't include ."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.3.3. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_qstringDebug[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_qstringDebug[] = {
- "qstringDebug\0"
-};
-
-const QMetaObject qstringDebug::staticMetaObject = {
- { &QMainWindow::staticMetaObject, qt_meta_stringdata_qstringDebug,
- qt_meta_data_qstringDebug, 0 }
-};
-
-const QMetaObject *qstringDebug::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *qstringDebug::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_qstringDebug))
- return static_cast(const_cast< qstringDebug*>(this));
- return QMainWindow::qt_metacast(_clname);
-}
-
-int qstringDebug::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QMainWindow::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
diff --git a/sln/qstringDebug/GeneratedFiles/ui_qstringdebug.h b/sln/qstringDebug/GeneratedFiles/ui_qstringdebug.h
deleted file mode 100644
index cf13785..0000000
--- a/sln/qstringDebug/GeneratedFiles/ui_qstringdebug.h
+++ /dev/null
@@ -1,66 +0,0 @@
-/********************************************************************************
-** Form generated from reading ui file 'qstringdebug.ui'
-**
-** Created: Fri May 30 00:05:11 2008
-** by: Qt User Interface Compiler version 4.3.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef UI_QSTRINGDEBUG_H
-#define UI_QSTRINGDEBUG_H
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-class Ui_qstringDebugClass
-{
-public:
- QMenuBar *menuBar;
- QToolBar *mainToolBar;
- QWidget *centralWidget;
- QStatusBar *statusBar;
-
- void setupUi(QMainWindow *qstringDebugClass)
- {
- if (qstringDebugClass->objectName().isEmpty())
- qstringDebugClass->setObjectName(QString::fromUtf8("qstringDebugClass"));
- qstringDebugClass->resize(600, 400);
- menuBar = new QMenuBar(qstringDebugClass);
- menuBar->setObjectName(QString::fromUtf8("menuBar"));
- qstringDebugClass->setMenuBar(menuBar);
- mainToolBar = new QToolBar(qstringDebugClass);
- mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
- qstringDebugClass->addToolBar(mainToolBar);
- centralWidget = new QWidget(qstringDebugClass);
- centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
- qstringDebugClass->setCentralWidget(centralWidget);
- statusBar = new QStatusBar(qstringDebugClass);
- statusBar->setObjectName(QString::fromUtf8("statusBar"));
- qstringDebugClass->setStatusBar(statusBar);
-
- retranslateUi(qstringDebugClass);
-
- QMetaObject::connectSlotsByName(qstringDebugClass);
- } // setupUi
-
- void retranslateUi(QMainWindow *qstringDebugClass)
- {
- qstringDebugClass->setWindowTitle(QApplication::translate("qstringDebugClass", "qstringDebug", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(qstringDebugClass);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class qstringDebugClass: public Ui_qstringDebugClass {};
-} // namespace Ui
-
-#endif // UI_QSTRINGDEBUG_H
diff --git a/sln/qstringDebug/main.cpp b/sln/qstringDebug/main.cpp
deleted file mode 100644
index f0f5dfc..0000000
--- a/sln/qstringDebug/main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include
-#include "qstringdebug.h"
-
-int main(int argc, char *argv[])
-{
- QApplication a(argc, argv);
- qstringDebug w;
- w.show();
- a.connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()));
- return a.exec();
-}
diff --git a/sln/qstringDebug/qstringDebug.sln b/sln/qstringDebug/qstringDebug.sln
deleted file mode 100644
index 23eb4d9..0000000
--- a/sln/qstringDebug/qstringDebug.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qstringDebug", "qstringDebug.vcproj", "{A1511B5B-670F-4CB4-83D4-F9E66868E48B}"
- GlobalSection(Qt) = preSolution
- Integration = True
- EndGlobalSection
-EndProject
-Global
- GlobalSection(Qt) = preSolution
- Integration = True
- EndGlobalSection
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A1511B5B-670F-4CB4-83D4-F9E66868E48B}.Debug|Win32.ActiveCfg = Debug|Win32
- {A1511B5B-670F-4CB4-83D4-F9E66868E48B}.Debug|Win32.Build.0 = Debug|Win32
- {A1511B5B-670F-4CB4-83D4-F9E66868E48B}.Release|Win32.ActiveCfg = Release|Win32
- {A1511B5B-670F-4CB4-83D4-F9E66868E48B}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/qstringDebug/qstringDebug.vcproj b/sln/qstringDebug/qstringDebug.vcproj
deleted file mode 100644
index b77c236..0000000
--- a/sln/qstringDebug/qstringDebug.vcproj
+++ /dev/null
@@ -1,343 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sln/qstringDebug/qstringdebug.cpp b/sln/qstringDebug/qstringdebug.cpp
deleted file mode 100644
index 265b1cc..0000000
--- a/sln/qstringDebug/qstringdebug.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "qstringdebug.h"
-
-qstringDebug::qstringDebug(QWidget *parent, Qt::WFlags flags)
- : QMainWindow(parent, flags)
-{
- ui.setupUi(this);
-
- QString str = "kukukuku";
-}
-
-qstringDebug::~qstringDebug()
-{
-
-}
diff --git a/sln/qstringDebug/qstringdebug.h b/sln/qstringDebug/qstringdebug.h
deleted file mode 100644
index f9708f8..0000000
--- a/sln/qstringDebug/qstringdebug.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef QSTRINGDEBUG_H
-#define QSTRINGDEBUG_H
-
-#include
-#include "ui_qstringdebug.h"
-
-class qstringDebug : public QMainWindow
-{
- Q_OBJECT
-
-public:
- qstringDebug(QWidget *parent = 0, Qt::WFlags flags = 0);
- ~qstringDebug();
-
-private:
- Ui::qstringDebugClass ui;
-};
-
-#endif // QSTRINGDEBUG_H
diff --git a/sln/std_vs_qt/std_vs_qt.sln b/sln/std_vs_qt/std_vs_qt.sln
deleted file mode 100644
index fd3398c..0000000
--- a/sln/std_vs_qt/std_vs_qt.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "std_vs_qt", "std_vs_qt.vcproj", "{41F5283C-3803-4436-8116-4133A5780B81}"
- GlobalSection(Qt) = preSolution
- Integration = True
- EndGlobalSection
-EndProject
-Global
- GlobalSection(Qt) = preSolution
- Integration = True
- EndGlobalSection
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {41F5283C-3803-4436-8116-4133A5780B81}.Debug|Win32.ActiveCfg = Debug|Win32
- {41F5283C-3803-4436-8116-4133A5780B81}.Debug|Win32.Build.0 = Debug|Win32
- {41F5283C-3803-4436-8116-4133A5780B81}.Release|Win32.ActiveCfg = Release|Win32
- {41F5283C-3803-4436-8116-4133A5780B81}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/std_vs_qt/std_vs_qt.vcproj b/sln/std_vs_qt/std_vs_qt.vcproj
deleted file mode 100644
index f700337..0000000
--- a/sln/std_vs_qt/std_vs_qt.vcproj
+++ /dev/null
@@ -1,217 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sln/toIntTest.sln b/sln/toIntTest.sln
deleted file mode 100644
index 353c1d3..0000000
--- a/sln/toIntTest.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toIntTest", "toIntTest.vcproj", "{4A53E026-6A19-4687-9583-1BA2F787E1D1}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4A53E026-6A19-4687-9583-1BA2F787E1D1}.Debug|Win32.ActiveCfg = Debug|Win32
- {4A53E026-6A19-4687-9583-1BA2F787E1D1}.Debug|Win32.Build.0 = Debug|Win32
- {4A53E026-6A19-4687-9583-1BA2F787E1D1}.Release|Win32.ActiveCfg = Release|Win32
- {4A53E026-6A19-4687-9583-1BA2F787E1D1}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/toIntTest.vcproj b/sln/toIntTest.vcproj
deleted file mode 100644
index 2d06167..0000000
--- a/sln/toIntTest.vcproj
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sln/virtual_method_ptr/virtual_method_ptr.sln b/sln/virtual_method_ptr/virtual_method_ptr.sln
deleted file mode 100644
index 040fb9e..0000000
--- a/sln/virtual_method_ptr/virtual_method_ptr.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "virtual_method_ptr", "virtual_method_ptr.vcproj", "{E1F1366C-5734-4F02-8A1C-15B8A65512E6}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E1F1366C-5734-4F02-8A1C-15B8A65512E6}.Debug|Win32.ActiveCfg = Debug|Win32
- {E1F1366C-5734-4F02-8A1C-15B8A65512E6}.Debug|Win32.Build.0 = Debug|Win32
- {E1F1366C-5734-4F02-8A1C-15B8A65512E6}.Release|Win32.ActiveCfg = Release|Win32
- {E1F1366C-5734-4F02-8A1C-15B8A65512E6}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/sln/virtual_method_ptr/virtual_method_ptr.vcproj b/sln/virtual_method_ptr/virtual_method_ptr.vcproj
deleted file mode 100644
index 55bc5fd..0000000
--- a/sln/virtual_method_ptr/virtual_method_ptr.vcproj
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/stdafx.cpp b/stdafx.cpp
deleted file mode 100644
index ab6cf71..0000000
--- a/stdafx.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-// stdafx.cpp : source file that includes just the standard includes
-// test.pch will be the pre-compiled header
-// stdafx.obj will contain the pre-compiled type information
-
-#include "stdafx.h"
-
-// TODO: reference any additional headers you need in STDAFX.H
-// and not in this file
diff --git a/stdafx.h b/stdafx.h
deleted file mode 100644
index 0be0e6f..0000000
--- a/stdafx.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// stdafx.h : include file for standard system include files,
-// or project specific include files that are used frequently, but
-// are changed infrequently
-//
-
-#pragma once
-
-#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
-#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
-#endif
-
-#include
-#include
-
-
-
-// TODO: reference additional headers your program requires here
diff --git a/test.sln b/test.sln
deleted file mode 100644
index 1a9e1ea..0000000
--- a/test.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test.vcproj", "{8AFC11C5-424C-402B-B9B5-12ED039608A3}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8AFC11C5-424C-402B-B9B5-12ED039608A3}.Debug|Win32.ActiveCfg = Debug|Win32
- {8AFC11C5-424C-402B-B9B5-12ED039608A3}.Debug|Win32.Build.0 = Debug|Win32
- {8AFC11C5-424C-402B-B9B5-12ED039608A3}.Release|Win32.ActiveCfg = Release|Win32
- {8AFC11C5-424C-402B-B9B5-12ED039608A3}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/test.vcproj b/test.vcproj
deleted file mode 100644
index 0382fb5..0000000
--- a/test.vcproj
+++ /dev/null
@@ -1,225 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-