Created
August 12, 2017 07:36
-
-
Save j2doll/dbcbf1cee5737f8408e371568fae5077 to your computer and use it in GitHub Desktop.
UseDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// UseDB.cpp | |
#include "DB.h" | |
DB db1, db2; | |
db1 = db2; // error | |
DB db3(db1); // error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment