Create test2.cpp
This commit is contained in:
parent
91ae6e305a
commit
163270d71a
1 changed files with 26 additions and 0 deletions
26
test2.cpp
Normal file
26
test2.cpp
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
#include <iostream>
|
||||||
|
//#include "DBEngine.h"
|
||||||
|
#include <vector>
|
||||||
|
#include "Attribute.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
|
||||||
|
/*
|
||||||
|
DBEngine engine;
|
||||||
|
Relation r;
|
||||||
|
Attribute<int> a;
|
||||||
|
*/
|
||||||
|
|
||||||
|
vector<string> 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();
|
||||||
|
}
|
Reference in a new issue