Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 623 Bytes

miniDBMS

a miniDBMS project in c++, intentionally for homework project of NTHU course.

The procedures you need to take before applying this DMBS:

######Recommanded platform: Visual Studio 2015 Community########

1.文件->新建项目->Win32控制台应用程序 选择空项目

2.在解决资源管理器中的源文件目录上右键->添加->现有项->

main.cpp
dmbs.h
dbms.cpp
command.h
structure.h
structure.cpp

(Do not add any other files into this project because it may result in compiling error)

3.运行

Repository中的其他文件是测试文件。