1,编写调用端代码:
//main.cpp
#include"VrpDll.h"//VrpDll.h放在工程的当前目录。
#include<iostream>
#include<string>
using namespace std;
#pragma comment(lib,"CppVrpDll.lib") //CppVrpDll.lib放在工程的当前目录,CppVrpDll.dll放在工程的Debug目录下。
int main()
{
VrpDll vrp;
//main.cpp
#include"VrpDll.h"//VrpDll.h放在工程的当前目录。
#include<iostream>
#include<string>
using namespace std;
#pragma comment(lib,"CppVrpDll.lib") //CppVrpDll.lib放在工程的当前目录,CppVrpDll.dll放在工程的Debug目录下。
int main()
{
VrpDll vrp;