From 163270d71a8ceceaa595f84264e9bb813c88fd37 Mon Sep 17 00:00:00 2001 From: William Bracho Blok Date: Tue, 15 Sep 2015 18:59:58 -0500 Subject: [PATCH] Create test2.cpp --- test2.cpp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test2.cpp diff --git a/test2.cpp b/test2.cpp new file mode 100644 index 0000000..5b0a6f8 --- /dev/null +++ b/test2.cpp @@ -0,0 +1,26 @@ +#include +//#include "DBEngine.h" +#include +#include "Attribute.h" + +using namespace std; + +int main() { + + /* + DBEngine engine; + Relation r; + Attribute a; + */ + + vector shamWow; + pendejo.push_back("rag"); + pendejo.push_back("sponge"); + pendejo.push_back("wooow"); + pendejo.push_back("cloth"); + + Attribute atributo; + atributo.initializeAttribute("atributo",shamWow); + + atributo.display(); +}